revert: undo accidental build-and-push token change (CAR-1356 fix scope creep)
CI / lint (push) Successful in 4s
CI / typecheck (push) Successful in 18s
CI / test (push) Successful in 23s
CI / build-and-push (push) Failing after 5s

Restoring line 121 to github.token until CAR-1356 PR branch is created
via the proper contents-API + new_branch flow.
This commit is contained in:
cs_betty
2026-06-09 17:25:21 +00:00
parent 02649a76d3
commit 8ace5f0f30
+1 -1
View File
@@ -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