Skip to content

Commit da0906b

Browse files
authored
Update token permissions for site deployment (#3580)
1 parent 38cce47 commit da0906b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-website.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ on:
1717
merge_group:
1818
types: [checks_requested]
1919
permissions:
20-
contents: write
20+
id-token: write
21+
pages: write
2122
jobs:
2223
checks:
2324
if: github.event_name != 'push'

0 commit comments

Comments
 (0)