Skip to content

Commit c28e74f

Browse files
committed
add write permission to release
1 parent 34ed703 commit c28e74f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,10 @@ jobs:
320320
env:
321321
TANSU_IMAGE: ghcr.io/tansu-io/tansu:${{steps.meta.outputs.version}}
322322
release:
323+
if: ${{github.actor == 'shortishly'}}
323324
needs: [test, src, third-party-license, typos]
325+
permissions:
326+
contents: write
324327
runs-on: ${{matrix.os}}
325328
strategy:
326329
fail-fast: false

0 commit comments

Comments
 (0)