Skip to content

Commit

Permalink
fix: Add write permissions to GITHUB_TOKEN in workflow docs-publish.y…
Browse files Browse the repository at this point in the history
…aml (OpenSTEF#571)

Signed-off-by: Lars Schilders <[email protected]>
  • Loading branch information
lschilders authored Nov 25, 2024
1 parent dc35132 commit 4661304
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest

permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write

steps:
- uses: actions/setup-python@v2
- uses: actions/checkout@master
Expand Down

0 comments on commit 4661304

Please sign in to comment.