diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index ac40e55..0a94980 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -15,8 +15,14 @@ on: jobs: push-store-image: runs-on: ubuntu-latest + permissions: + contents: read + packages: write steps: + - name: "Checkout Repository" + uses: actions/checkout@v3 + - name: "Login to GitHub Container Registry" if: github.event_name != 'pull_request' uses: docker/login-action@v2