From 62135bbd12024b525f1028d7bf997b1f9155705c Mon Sep 17 00:00:00 2001 From: "d.viti" Date: Fri, 3 Oct 2025 01:26:50 +0200 Subject: [PATCH] update Gitea login action to use PACKAGES_PUSH_TOKEN --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 05e599f..3079683 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,7 +19,7 @@ jobs: with: registry: git.commandware.com username: ${{ gitea.actor }} - password: ${{ secrets.WORKFLOW_TOKEN }} + password: ${{ secrets.PACKAGES_PUSH_TOKEN }} - name: Extract metadata for web image id: meta-web @@ -54,7 +54,7 @@ jobs: with: registry: git.commandware.com username: ${{ gitea.actor }} - password: ${{ secrets.WORKFLOW_TOKEN }} + password: ${{ secrets.PACKAGES_PUSH_TOKEN }} - name: Extract metadata for api image id: meta-api