From e48d1fcce23047aa16efbc2045f589a981e7eedb Mon Sep 17 00:00:00 2001 From: Kent Rancourt Date: Thu, 12 Oct 2023 12:54:24 -0400 Subject: [PATCH] still trying to fix release permissions issue (#194) Signed-off-by: Kent --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c3bc6a5..31a3018 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,10 +19,10 @@ jobs: - name: Install Cosign uses: sigstore/cosign-installer@v2 - name: Login to GHCR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ secrets.GH_USERNAME }} + username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Checkout uses: actions/checkout@v3