Skip to content

Commit 8ba8df1

Browse files
authored
fix: add contents: write permission to docs workflow to allow gh-pages push
1 parent 3061080 commit 8ba8df1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
docs:
1414
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved')
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: write
1618
steps:
1719
- uses: compas-dev/compas-actions.docs@v5
1820
with:

0 commit comments

Comments
 (0)