From 7c191b7ecd0304904de878a9a1b18fda69036c51 Mon Sep 17 00:00:00 2001 From: unai Date: Sun, 1 Feb 2026 22:11:14 +0000 Subject: [PATCH] Updated package access token, again --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index c084bda..752f8f2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: with: registry: ${{ steps.meta.outputs.REGISTRY_HOST }} username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.PACKAGES_TOKEN }} - name: Build and Push Docker Image uses: docker/build-push-action@v4 -- 2.49.1