Skip to content

Commit

Permalink
chore: fix permissions in release CI workflow (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jul 31, 2024
1 parent 92c2daf commit 6ff0742
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ jobs:
outputs:
released: ${{ steps.release.outputs.released }}

concurrency: release
permissions:
id-token: write
contents: write

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6ff0742

Please sign in to comment.