From 0904d5c385fa3463c7830bd4693b480644d9fc8b Mon Sep 17 00:00:00 2001 From: "Seraphim R. Pardee" Date: Fri, 20 Sep 2024 13:58:15 -0400 Subject: [PATCH] Use a PAT. --- .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 6d3ce2c..4b470a2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,8 +12,8 @@ jobs: uses: docker/login-action@v3 with: registry: git.hl.srp.life - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + username: ${{ gitea.repository_owner }} + password: ${{ secrets.ACTIONS_KEY }} - name: checkout code uses: actions/checkout@v4 - name: build and push to registry