Skip to content

Commit ed4c109

Browse files
authored
Add write content permission to create release workflow (#1219)
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
1 parent d65474c commit ed4c109

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ permissions: {}
1010

1111
jobs:
1212
release:
13+
permissions:
14+
contents: write
1315
runs-on: ubuntu-22.04
1416
outputs:
1517
operator_version: ${{ steps.operator-version.outputs.version }}

0 commit comments

Comments
 (0)