fix: rename GITHUB_MIRROR_TOKEN to GH_MIRROR_TOKEN (Forgejo blocks GITHUB_ prefix)
This commit is contained in:
parent
eb05be0612
commit
6f2e97a166
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@ jobs:
|
||||||
|
|
||||||
- name: Push to GitHub
|
- name: Push to GitHub
|
||||||
env:
|
env:
|
||||||
GITHUB_MIRROR_TOKEN: ${{ secrets.GITHUB_MIRROR_TOKEN }}
|
GH_MIRROR_TOKEN: ${{ secrets.GH_MIRROR_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
git remote add github https://x-access-token:${GITHUB_MIRROR_TOKEN}@github.com/CircuitForgeLLC/snipe.git
|
git remote add github https://x-access-token:${GH_MIRROR_TOKEN}@github.com/CircuitForgeLLC/snipe.git
|
||||||
git push github --mirror
|
git push github --mirror
|
||||||
|
|
||||||
mirror-codeberg:
|
mirror-codeberg:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue