From 82a5da10962e1ca0b0cf0cd75836e3166df04fe3 Mon Sep 17 00:00:00 2001 From: Leigh MacDonald Date: Mon, 18 Sep 2023 02:40:24 -0600 Subject: [PATCH] Use different token --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4542243..03ec262f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,8 @@ jobs: - uses: docker/login-action@v1 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.GH_PAT }} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - uses: goreleaser/goreleaser-action@v5 if: success() && startsWith(github.ref, 'refs/tags/')