Skip to content

Commit

Permalink
Merge pull request #1002 from weaveworks/fix-docs-workflow
Browse files Browse the repository at this point in the history
fix: Use write permissions when pushing Helm docs
  • Loading branch information
yiannistri committed Sep 19, 2023
2 parents 321ae25 + d5f6c21 commit 36c4cec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ permissions:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
Expand Down

0 comments on commit 36c4cec

Please sign in to comment.