From 34b0186839c239b50c8500bcd4ef07f7186b9f9e Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 23 Jun 2024 17:52:06 +0200 Subject: [PATCH] Use GITEA_TOKEN for authentication --- .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 72b104d..182c2f9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -33,7 +33,7 @@ jobs: with: registry: git.huizinga.dev username: ${{ gitea.actor }} - password: ${{ secrets.REGISTRY_TOKEN }} + password: ${{ secrets.GITEA_TOKEN }} - name: Build and push Docker image uses: https://github.com/docker/build-push-action@v5