Skip to content

Commit a69a277

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

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
@@ -272,6 +272,8 @@ jobs:
272272
github-release:
273273
runs-on: ubuntu-latest
274274
needs: [multi-arch-manifest]
275+
permissions:
276+
contents: write
275277
steps:
276278
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
277279
- uses: actions/github-script@v7

0 commit comments

Comments
 (0)