Skip to content

Commit

Permalink
Add contents: write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Jun 1, 2024
1 parent 3c01316 commit fc5d5bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
test-and-build:
name: Test and Build
needs: [update-version-and-create-changelog]
permissions:
contents: write # this is the permission that allows creating a new release
runs-on: ubuntu-latest
environment:
name: ${{ inputs.deploy-to }}
Expand Down

0 comments on commit fc5d5bd

Please sign in to comment.