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 80d6eaa commit 21a27adCopy full SHA for 21a27ad
1 file changed
.github/workflows/zola.yml
@@ -52,6 +52,9 @@ jobs:
52
deploy:
53
needs: build
54
runs-on: ubuntu-latest
55
+ permissions:
56
+ pages: write
57
+ id-token: write
58
environment:
59
name: github-pages
60
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments