Skip to content

Commit

Permalink
Move permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Jun 1, 2024
1 parent 6bfc3e3 commit 9b5107e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:

update-version-and-create-changelog:
name: Update Version and Create Changelog
permissions:
contents: write # this is the permission that allows creating a new release
secrets: inherit
uses: ./.github/workflows/release-prep.yml
with:
Expand All @@ -51,8 +53,6 @@ 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 9b5107e

Please sign in to comment.