Skip to content

Commit ea99e28

Browse files
committed
feat: add permissions for id-token and pages in GitHub Actions deployment workflow
1 parent 6c5f74b commit ea99e28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
id-token: write
14+
pages: write
15+
1216
jobs:
1317
deploy:
1418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)