From 0a719a3a2e323b3fc5df3a16f2172fbe5b72aa3e Mon Sep 17 00:00:00 2001 From: Jade Carino Date: Mon, 30 Sep 2024 11:13:34 +0100 Subject: [PATCH] Assign package push permissions to workflow Signed-off-by: Jade Carino --- .github/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b907a28..fc916ee 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: | @@ -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