Skip to content

Commit 9180c89

Browse files
authored
Merge pull request #317 from 3scale-sre/fix/workfloww-permissions
Allow the release workflow to create a GH release
2 parents cbdf66c + a13a240 commit 9180c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
permissions:
8-
contents: read
8+
contents: write
99
jobs:
1010
release:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)