Skip to content

Commit 08e18fb

Browse files
committed
Configure permissions in the release job
Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
1 parent 90c6562 commit 08e18fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
out/*.tar.gz
5757
release:
5858
needs: [ 'build-and-test' ]
59+
permissions:
60+
contents: write
5961
if: github.repository == 'bitnami/wait-for-port' && startsWith(github.ref, 'refs/tags/')
6062
runs-on: ubuntu-latest
6163
steps:

0 commit comments

Comments
 (0)