Skip to content

Commit

Permalink
Update token permissions for site deployment (#3580)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Sep 27, 2024
1 parent 38cce47 commit da0906b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ on:
merge_group:
types: [checks_requested]
permissions:
contents: write
id-token: write
pages: write
jobs:
checks:
if: github.event_name != 'push'
Expand Down

0 comments on commit da0906b

Please sign in to comment.