Skip to content

Commit

Permalink
fix(ci): Fix missing permissions for release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
  • Loading branch information
stv0g committed Jun 15, 2024
1 parent 9bb96f0 commit 9d66a61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
uses: cunicu/.github/.github/workflows/release.yaml@v0.2.0
secrets:
PAT: ${{ secrets.PAT }}
permissions:
contents: write

0 comments on commit 9d66a61

Please sign in to comment.