Skip to content

Commit 607a6b7

Browse files
committed
chore: add write permissions in release workflow
1 parent 6f8befb commit 607a6b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ on:
1818

1919
concurrency: ${{ github.workflow }}-${{ github.ref }}
2020

21+
permissions:
22+
contents: write
23+
packages: write
24+
actions: write
25+
2126
jobs:
2227
release:
2328
name: Release

0 commit comments

Comments
 (0)