Skip to content

Commit 8196240

Browse files
committed
Tweaking permissions for docs publish step
1 parent 6a446b7 commit 8196240

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/merge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
name: Publish documentation on gh-pages
6666
needs: build
6767
permissions:
68-
id-token: write # Required to write to gh-pages branch
68+
id-token: write # to verify the deployment originates from an trusted source
69+
pages: write # to write to gh-pages branch
6970
contents: read
7071
runs-on: ubuntu-latest
7172
steps:

0 commit comments

Comments
 (0)