Skip to content

Commit 45a48c6

Browse files
authored
Merge pull request #4 from compas-dev/copilot/fix-failing-github-actions-job-docs
fix: grant contents:write to docs workflow to unblock gh-pages push
2 parents e0a0bdf + 8ba8df1 commit 45a48c6

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)