Skip to content

Commit 71a9f5e

Browse files
committed
Fix release workflow permissions
To create GitHub releases the workflow requires content write permissions
1 parent c487012 commit 71a9f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-20.04
7373

7474
permissions:
75-
contents: read
75+
contents: write
7676
packages: write
7777

7878
steps:

0 commit comments

Comments
 (0)