From 27ca911391d97b79e0acdc6930ea38e3b372fd07 Mon Sep 17 00:00:00 2001 From: Alexander-Porter Date: Sat, 6 Jul 2024 15:46:08 +0800 Subject: [PATCH] chore: Update pushToGhcr.yaml workflow file --- .github/workflows/pushToGhcr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pushToGhcr.yaml b/.github/workflows/pushToGhcr.yaml index dba74e8..806a64d 100644 --- a/.github/workflows/pushToGhcr.yaml +++ b/.github/workflows/pushToGhcr.yaml @@ -8,6 +8,9 @@ on: jobs: build_and_push: runs-on: ubuntu-latest + permissions: + contents: read + packages: write steps: - name: Build and Push Container to ghcr.io uses: GlueOps/github-actions-build-push-containers@v0.3.7 \ No newline at end of file