Skip to content

Commit 5947969

Browse files
authored
ci(publish): explicit workflow permissions (#40)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 40b847d commit 5947969

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
@@ -280,6 +280,8 @@ jobs:
280280

281281
github-release:
282282
runs-on: ubuntu-latest
283+
permissions:
284+
contents: write
283285
needs: [multi-arch-manifest]
284286
steps:
285287
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"

0 commit comments

Comments
 (0)