Skip to content

Commit

Permalink
ci: Fix the release workflow permissions (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Nov 21, 2023
1 parent 362633f commit 64f749a
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 @@ -86,6 +86,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 64f749a

Please sign in to comment.