We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac08563 commit 8757864Copy full SHA for 8757864
.github/workflows/build.yaml
@@ -61,8 +61,7 @@ jobs:
61
needs: build
62
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
63
permissions:
64
- pages: write # to deploy to Pages
65
- id-token: write # to verify the deployment originates from an appropriate source
+ contents: write
66
# Deploy to the github-pages environment
67
environment:
68
name: github-pages
0 commit comments