Skip to content

Commit 81e1332

Browse files
committed
ci: fix permissions
1 parent 9e607c8 commit 81e1332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
release:
2525
runs-on: ubuntu-latest
2626
permissions:
27-
contents: read
27+
contents: write
2828
id-token: write
2929
needs: test
3030
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)