Skip to content

Commit 913d3f6

Browse files
CI: Fix deploy-page permissions
1 parent f0b7415 commit 913d3f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ jobs:
146146
runs-on: ubuntu-latest
147147
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
148148
needs: build-linux
149+
permissions:
150+
id-token: write
151+
pages: write
149152
steps:
150153
- id: deployment
151154
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)