fix(ci): use GHCR_TOKEN for GitHub mirror
Reuse the same token secret for both Docker push and git mirror.
This commit is contained in:
parent
8a7b840b69
commit
52395c7cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue