Skip to content

Commit b886a30

Browse files
committed
chore: give permission for token
1 parent bb964c1 commit b886a30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929

3030
deploy:
3131
needs: build
32+
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
33+
permissions:
34+
pages: write # to deploy to Pages
35+
id-token: write # to verify the deployment originates from an appropriate source
3236
runs-on: ubuntu-latest
3337
environment:
3438
name: github-pages

0 commit comments

Comments
 (0)