Skip to content

Commit

Permalink
update id-token permission
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Jan 7, 2025
1 parent 9f3ab72 commit f7d5ea5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- 'DESCRIPTION'
- '**.yml'

permissions:
id-token: write
pages: write

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -78,7 +82,6 @@ jobs:
needs: checkRelease
permissions:
contents: write
pages: write
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f7d5ea5

Please sign in to comment.