We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50348a6 commit 2c41907Copy full SHA for 2c41907
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
39
permissions:
40
pages: write # to deploy to Pages
41
- id-token: write # to verify the deployment originates from an appropriate source
+ id-token: write
42
43
# Deploy to the github-pages environment
44
environment:
0 commit comments