Skip to content

Commit

Permalink
fix(cicd): permissions for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mickare committed Aug 10, 2024
1 parent 41ad5b2 commit a240fea
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 @@ -15,6 +15,9 @@ jobs:
released: ${{ steps.release.outputs.released }}
version: ${{ steps.release.outputs.version }}
tag: ${{ steps.release.outputs.tag }}
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a240fea

Please sign in to comment.