From 1f3a567c82bba731ca7721c83883fa3bdd409813 Mon Sep 17 00:00:00 2001 From: minish Date: Thu, 3 Aug 2023 20:08:05 -0400 Subject: [PATCH] test with this --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 07fd1cc..3812ef6 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -18,7 +18,7 @@ jobs: with: registry: git.min.rip username: ${{ gitea.actor }} - password: ${{ secrets.REGISTRY_PASSWORD }} + password: ${{ secrets.GITEA_TOKEN }} - name: Build and push uses: docker/build-push-action@v4 env: