Skip to content

Commit

Permalink
ci: require write permissions for the release token
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Mar 25, 2024
1 parent 4cfcb4c commit 9b4d644
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
signing-key: ${{ secrets.SIGNING_KEY }}
signing-password: ${{ secrets.SIGNING_PASSWORD }}
release:
permissions:
contents: write
concurrency:
# Only one release job at a time. Strictly sequential.
group: release-${{ github.workflow }}-${{ github.event.number || github.ref }}
Expand Down

0 comments on commit 9b4d644

Please sign in to comment.