Skip to content

Commit ebab1e2

Browse files
committed
GH Actions/Update docs workflow: fix permissions
1 parent e731f6b commit ebab1e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ concurrency:
2525
group: ${{ github.workflow }}-${{ github.ref }}
2626
cancel-in-progress: true
2727

28+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
29+
permissions:
30+
contents: read
31+
pages: write
32+
id-token: write
33+
2834
env:
2935
DEFAULT_BRANCH: 'stable'
3036

0 commit comments

Comments
 (0)