Skip to content

Commit 21a27ad

Browse files
committed
add write permission
1 parent 80d6eaa commit 21a27ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/zola.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
deploy:
5353
needs: build
5454
runs-on: ubuntu-latest
55+
permissions:
56+
pages: write
57+
id-token: write
5558
environment:
5659
name: github-pages
5760
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)