Skip to content

Commit b195dcb

Browse files
authored
Update publish.yaml to include write permissions (#1410)
Add permissions for contents write in publish workflow
1 parent b93a4e4 commit b195dcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ jobs:
233233
run-release-manifests:
234234
if: startsWith(github.ref, 'refs/tags/v')
235235
uses: ./.github/workflows/release-manifests.yaml
236+
permissions:
237+
contents: write
236238
needs:
237239
- push-virtual-tag
238240
# this should ensure the manifest is tagged latest, which is required for the install automation

0 commit comments

Comments
 (0)