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 a789533 commit b70d8b1Copy full SHA for b70d8b1
.github/workflows/master.yml
@@ -21,4 +21,6 @@ jobs:
21
name: Build and Deploy Documentation
22
needs: [release]
23
if: needs.release.outputs.release_created == 'true'
24
+ permissions:
25
+ contents: write
26
uses: ./.github/workflows/docs.yml
0 commit comments