We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd80e75 commit 64fecabCopy full SHA for 64fecab
.github/workflows/static.yml
@@ -12,8 +12,8 @@ on:
12
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13
permissions:
14
contents: read
15
- pages: write
16
- id-token: write
+ pages: read
+ id-token: read
17
18
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
0 commit comments