Skip to content

Commit

Permalink
Merge pull request #27 from bcgov-nr/feat/callBuildNeedsWrite
Browse files Browse the repository at this point in the history
feat: call build needs write packages permission
  • Loading branch information
andrwils authored Mar 6, 2024
2 parents 104c96e + 1e82b3c commit 183e650
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generators/gh-maven-build/templates/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
name: Build
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
uses: ./.github/workflows/build.yaml
permissions:
contents: read
packages: write
secrets: inherit

deploy-build:
Expand Down

0 comments on commit 183e650

Please sign in to comment.