From e6a44851afa12a4ca7677a6df579c96fc2329772 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Wed, 16 Aug 2023 16:36:44 -0700 Subject: [PATCH] try using explicit automation user credentials --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 88ad3e0..84b8ac2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -25,8 +25,8 @@ jobs: uses: docker/login-action@v2 with: registry: gitea.jbrumond.me - username: ${{ github.actor }} - password: ${{ secrets.GITEA_TOKEN }} + username: ${{ secrets.REGISTRY_USER }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push uses: docker/build-push-action@v4