Skip to content

Commit

Permalink
fix: more fine-grained permissions for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshTheWanderer committed Jan 30, 2024
1 parent 9b2745f commit 449b102
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 449b102

Please sign in to comment.