Skip to content

Commit

Permalink
feat: adding permissions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Mar 1, 2024
1 parent 587f0b2 commit 770b536
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_PAT }}

permissions:
contents: write
packages: write
issues: write

jobs:
release:
name: Tagged Release
Expand Down

0 comments on commit 770b536

Please sign in to comment.