From 4f53d288b2b509fe6de4f8712495a857032666ce Mon Sep 17 00:00:00 2001 From: sergio Date: Sat, 17 Jan 2026 11:46:39 +0100 Subject: [PATCH] update token var --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9f6cae2..be9ce79 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: with: registry: ${{ needs.essential.outputs.repo }} username: username - password: ${{ secrets.UNIR_REGISTRY_TOKEN }} + password: ${{ secrets.CI_READWRITE }} - name: Get arch suffix id: arch @@ -81,7 +81,7 @@ jobs: - name: Login to Gitea Registry run: | - echo ${{ secrets.UNIR_REGISTRY_TOKEN }} | docker login \ + echo ${{ secrets.CI_READWRITE }} | docker login \ -u username \ --password-stdin ${{ needs.essential.outputs.repo }}