fix(ci): use GHCR_TOKEN for GitHub mirror
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 9m27s
Mirror to GitHub / mirror (push) Failing after 3s

Reuse the same token secret for both Docker push and git mirror.
This commit is contained in:
Franz Kafka 2026-03-21 21:05:43 +00:00
parent 8a7b840b69
commit 52395c7cd0

View file

@ -16,5 +16,5 @@ jobs:
- name: Push to GitHub mirror
run: |
git remote add github "https://x-access-token:${{ secrets.GH_MIRROR_TOKEN }}@github.com/metamorphosis-dev/kafka.git"
git remote add github "https://x-access-token:${{ secrets.GHCR_TOKEN }}@github.com/metamorphosis-dev/kafka.git"
git push github "${{ github.ref_name }}" --force