1 parent 7637693 commit 5048686Copy full SHA for 5048686
1 file changed
.github/workflows/mirror.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Sync repositories
13
run: |
14
- git clone --bare https://github.com/${{ github.repository }}.git mirror.git
+ git clone --bare https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git mirror.git
15
cd mirror.git
16
git push --mirror https://AlchlcSystm:${{ secrets.GITLAB_TOKEN }}@gitlab.com/AlchlcSystm/${{ github.event.repository.name }}.git
17
git push --mirror https://AlchlcDvl:${{ secrets.CODEBERG_TOKEN }}@codeberg.org/AlchlcDvl/${{ github.event.repository.name }}.git
0 commit comments