Skip to content

Commit acf8f7c

Browse files
ci: Clarify permissions
1 parent 41ee844 commit acf8f7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ jobs:
7070
docs-deploy:
7171
name: Call Deployment
7272
needs: qa-tag
73-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
73+
permissions:
74+
contents: write
7475
uses: ./.github/workflows/docs-deploy.yml

0 commit comments

Comments
 (0)