From 11b346c29a531c191b736ccdff068b4f483ba8b7 Mon Sep 17 00:00:00 2001 From: Phoenix Date: Tue, 18 May 2021 01:06:42 +0100 Subject: [PATCH] GH_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 654ed15..894185d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,8 @@ jobs: uses: docker/login-action@v1 with: registry: ghcr.io - username: HotaruBlaze - password: ${{ secrets.CR_PAT }} + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push id: docker_build