Skip to content

Commit

Permalink
🤖 Add specific pull-request permission
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Jul 16, 2024
1 parent 225ffa0 commit bc2d812
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: write
pull-requests: write
jobs:
release:
name: Release
Expand Down

0 comments on commit bc2d812

Please sign in to comment.