Skip to content

Commit 76b1cfa

Browse files
committed
ci(publish): explicit workflow permissions
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 4562eb8 commit 76b1cfa

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
@@ -296,6 +296,8 @@ jobs:
296296

297297
github-release:
298298
runs-on: ubuntu-latest
299+
permissions:
300+
contents: write
299301
needs: [multi-arch-manifest]
300302
steps:
301303
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"

0 commit comments

Comments
 (0)