Skip to content

Commit 67521c4

Browse files
authored
ci: publish workflow permissions (#909)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent a14025b commit 67521c4

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
@@ -10,6 +10,8 @@ concurrency: ${{ github.ref }}
1010
jobs:
1111
create-release:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
1315
outputs:
1416
RELEASE_ID: ${{ steps.create-release.outputs.result }}
1517
steps:

0 commit comments

Comments
 (0)