Skip to content

Commit ea5637c

Browse files
committed
ci: add actions:write permission to release workflow
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 79b32ae commit ea5637c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
permissions:
1414
contents: write
1515
packages: write
16+
actions: write
1617
steps:
1718
- uses: actions/checkout@v4
1819
with:

0 commit comments

Comments
 (0)