Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Commit 28fcb13

Browse files
committed
ci: fix workflow
1 parent 61804ad commit 28fcb13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Sync repositories
1313
run: |
14-
git clone --bare https://github.com/${{ github.repository }}.git mirror.git
14+
git clone --bare https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git mirror.git
1515
cd mirror.git
1616
git push --mirror https://AlchlcSystm:${{ secrets.GITLAB_TOKEN }}@gitlab.com/AlchlcSystm/${{ github.event.repository.name }}.git
1717
git push --mirror https://AlchlcDvl:${{ secrets.CODEBERG_TOKEN }}@codeberg.org/AlchlcDvl/${{ github.event.repository.name }}.git

0 commit comments

Comments
 (0)