From cd5faa8332e5f0febfcd1a858c87870c3965d7a8 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sat, 9 May 2026 05:27:19 +0200 Subject: [PATCH] chore: update Docker registry password to use MY_BUILDTOKEN secret --- .gitea/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index d735ec8..2a11006 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -51,7 +51,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.MY_BUILDTOKEN }} - name: Extract metadata (tags, labels) for Docker id: meta