There was an error while loading. Please reload this page.
1 parent 6a446b7 commit 8196240Copy full SHA for 8196240
1 file changed
.github/workflows/merge.yml
@@ -65,7 +65,8 @@ jobs:
65
name: Publish documentation on gh-pages
66
needs: build
67
permissions:
68
- id-token: write # Required to write to gh-pages branch
+ id-token: write # to verify the deployment originates from an trusted source
69
+ pages: write # to write to gh-pages branch
70
contents: read
71
runs-on: ubuntu-latest
72
steps:
0 commit comments