Skip to content

Commit 1c2407c

Browse files
authored
ci(publish): workflow explicit permissions (#52)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 786362a commit 1c2407c

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
@@ -288,6 +288,8 @@ jobs:
288288

289289
github-release:
290290
runs-on: ubuntu-latest
291+
permissions:
292+
contents: write
291293
needs: [multi-arch-manifest]
292294
steps:
293295
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"

0 commit comments

Comments
 (0)