Skip to content

Commit b70d8b1

Browse files
committed
ci(docs): fix docs workflow permissions
1 parent a789533 commit b70d8b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ jobs:
2121
name: Build and Deploy Documentation
2222
needs: [release]
2323
if: needs.release.outputs.release_created == 'true'
24+
permissions:
25+
contents: write
2426
uses: ./.github/workflows/docs.yml

0 commit comments

Comments
 (0)