From 6e43857a121258ee0af29677c3730105241dc998 Mon Sep 17 00:00:00 2001 From: Tudor Sitaru Date: Thu, 9 Oct 2025 21:06:34 +0100 Subject: [PATCH] fixing --- .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 5729060..1b774f3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -27,7 +27,7 @@ jobs: with: registry: ${{ steps.registry.outputs.hostname }} username: ${{ gitea.actor }} - password: ${{ secrets.GITEA_TOKEN }} + password: ${{ secrets.PACKAGE_TOKEN }} - name: Extract metadata id: meta