Skip to content

Commit ca5bdce

Browse files
authored
ci(publish): explicit workflow permissions (#83)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 0c4cf1c commit ca5bdce

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
@@ -275,6 +275,8 @@ jobs:
275275

276276
github-release:
277277
runs-on: ubuntu-latest
278+
permissions:
279+
contents: write
278280
needs: [multi-arch-manifest]
279281
steps:
280282
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"

0 commit comments

Comments
 (0)