Skip to content

Commit 4b489ac

Browse files
authored
ci(publish): explicit contents write permissions (#53)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent a69bf0c commit 4b489ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161

6262
github-release:
6363
runs-on: ubuntu-latest
64+
permissions:
65+
contents: write
6466
needs: [build-and-push-image]
6567
steps:
6668
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"

0 commit comments

Comments
 (0)