We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3061080 commit 8ba8df1Copy full SHA for 8ba8df1
1 file changed
.github/workflows/docs.yml
@@ -13,6 +13,8 @@ jobs:
13
docs:
14
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved')
15
runs-on: ubuntu-latest
16
+ permissions:
17
+ contents: write
18
steps:
19
- uses: compas-dev/compas-actions.docs@v5
20
with:
0 commit comments