Skip to content

Commit

Permalink
chore: allow dry-run to test push verification in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jul 25, 2023
1 parent 7a78a92 commit a9b6c92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
if: ${{ github.ref != 'refs/heads/main' || github.event.inputs.release != 'release' }}
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
contents: write
issues: read
pull-requests: read
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v3
Expand Down

0 comments on commit a9b6c92

Please sign in to comment.