Skip to content

Commit

Permalink
ci: Allow write permissions for the release workflow (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 21, 2023
1 parent 100bca6 commit dd0a672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
needs:
- 'build-phar'
if: github.event_name == 'release'
permissions:
contents: write
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit dd0a672

Please sign in to comment.