Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #100 from galasa-dev/ghcr-push-permissions
Browse files Browse the repository at this point in the history
Assign package push permissions to workflow
  • Loading branch information
jadecarino authored Sep 30, 2024
2 parents 1fd3eaf + 0a719a3 commit 9a7ee5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
log-github-ref:
name: Log the GitHub ref this workflow is running on (Branch or tag that received dispatch)
runs-on: ubuntu-latest

steps:
- name: Log GitHub ref of workflow
run: |
Expand All @@ -44,6 +45,9 @@ jobs:
build-wrapping:
name: Build Wrapping source code and Docker image for development Maven registry
runs-on: ubuntu-latest
permissions:
packages: write

steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 9a7ee5b

Please sign in to comment.