Skip to content

Commit

Permalink
Fix release workflow permissions
Browse files Browse the repository at this point in the history
To create GitHub releases the workflow requires content write permissions
  • Loading branch information
marcofranssen committed Mar 25, 2022
1 parent c487012 commit 71a9f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-20.04

permissions:
contents: read
contents: write
packages: write

steps:
Expand Down

0 comments on commit 71a9f5e

Please sign in to comment.