Skip to content

Commit 17b2eba

Browse files
authored
Add missing write permission to release workflow (#1531)
1 parent a3e5904 commit 17b2eba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ jobs:
7070
with:
7171
version: ${{ needs.release-to-github-and-bump.outputs.component-descriptor.version }}
7272
secrets: inherit
73+
permissions:
74+
contents: write

0 commit comments

Comments
 (0)