From 4a63bc1da8fd1f5d3c5cc31bd29dc3e64df8b41c Mon Sep 17 00:00:00 2001 From: Barcode Betty Date: Mon, 25 May 2026 22:53:44 +0000 Subject: [PATCH] fix(ci): apply CAR-985 and CAR-986 fixes to uat --- .gitea/workflows/ci.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 46a8e04..bc33b40 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -43,11 +43,7 @@ jobs: echo "version=$VERSION" >> "$GITHUB_OUTPUT" - name: Log in to Gitea Container Registry - uses: docker/login-action@v3 - with: - registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} - password: ${{ secrets.REGISTRY_TOKEN }} + run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin - name: Extract metadata id: meta @@ -81,7 +77,7 @@ jobs: - uses: actions/checkout@v4 with: repository: cartsnitch/infra - token: ${{ secrets.GITEA_TOKEN }} + token: ${{ secrets.CI_GITEA_TOKEN }} ref: main path: infra @@ -120,7 +116,7 @@ jobs: - uses: actions/checkout@v4 with: repository: cartsnitch/infra - token: ${{ secrets.GITEA_TOKEN }} + token: ${{ secrets.CI_GITEA_TOKEN }} ref: main path: infra