Skip to content

Commit 8757864

Browse files
committed
ci(gh-pages): add missing permission for gh-pages deployment
1 parent ac08563 commit 8757864

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
needs: build
6262
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
6363
permissions:
64-
pages: write # to deploy to Pages
65-
id-token: write # to verify the deployment originates from an appropriate source
64+
contents: write
6665
# Deploy to the github-pages environment
6766
environment:
6867
name: github-pages

0 commit comments

Comments
 (0)