From 8ace5f0f309082448c31c94a45c4cd510ac749de Mon Sep 17 00:00:00 2001 From: cs_betty Date: Tue, 9 Jun 2026 17:25:21 +0000 Subject: [PATCH] revert: undo accidental build-and-push token change (CAR-1356 fix scope creep) Restoring line 121 to github.token until CAR-1356 PR branch is created via the proper contents-API + new_branch flow. --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index be9b718..d17525e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: echo "CalVer tag: $VERSION" - name: Log in to Gitea Container Registry - run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login git.farh.net -u ${{ github.actor }} --password-stdin + run: echo "${{ github.token }}" | docker login git.farh.net -u ${{ github.actor }} --password-stdin - name: Extract metadata id: meta