Skip to content

Commit

Permalink
chore: add missing permissions to github workflow when dry-running …
Browse files Browse the repository at this point in the history
…release (#205)
  • Loading branch information
byCedric committed Jul 25, 2023
1 parent bf33836 commit 7a78a92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
dryrun:
if: ${{ github.ref != 'refs/heads/main' || github.event.inputs.release != 'release' }}
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 7a78a92

Please sign in to comment.