Skip to content

Commit f7d5ea5

Browse files
committed
update id-token permission
1 parent 9f3ab72 commit f7d5ea5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_site.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- 'DESCRIPTION'
1010
- '**.yml'
1111

12+
permissions:
13+
id-token: write
14+
pages: write
15+
1216
env:
1317
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
1418
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -78,7 +82,6 @@ jobs:
7882
needs: checkRelease
7983
permissions:
8084
contents: write
81-
pages: write
8285
runs-on: ubuntu-latest
8386

8487
steps:

0 commit comments

Comments
 (0)