Skip to content

Commit 907064e

Browse files
committed
Limit permissions
1 parent f4d9643 commit 907064e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ on:
1313
branches:
1414
- master
1515

16-
permissions:
17-
id-token: write
18-
contents: read
19-
2016
jobs:
2117
lint:
2218
name: Lint code
@@ -95,6 +91,9 @@ jobs:
9591
- test
9692
- verify-website
9793
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
94+
permissions:
95+
id-token: write
96+
contents: read
9897
steps:
9998
- uses: actions/checkout@v3
10099
- name: Use Node.js

0 commit comments

Comments
 (0)