From ff87c8f48af13affad54210033545df26feb7df0 Mon Sep 17 00:00:00 2001 From: ptrslvk Date: Fri, 30 Jan 2026 14:24:29 +0100 Subject: [PATCH] Update .gitea/workflows/actions.yaml --- .gitea/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 886184f..538fe54 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -20,7 +20,7 @@ jobs: with: registry: ${{ gitea.server_url }} username: ${{ gitea.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.build_token }} - name: Build and push uses: docker/build-push-action@v5