Skip to content

Commit 0ad657f

Browse files
authored
Adding correct gitlab mirroring comits script
1 parent 7789457 commit 0ad657f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717

1818
- name: Push to GitLab mirror
1919
run: |
20-
git push --mirror https://oauth2:${{ secrets.GITLAB_TOKEN }}@gitlab.com/Refloow/Discord-Channel-Moderator.git
20+
git push --all https://gitlab-ci-token:${{ secrets.GITLAB_TOKEN }}@gitlab.com/Refloow/Discord-Channel-Moderator.git
21+
git push --tags https://gitlab-ci-token:${{ secrets.GITLAB_TOKEN }}@gitlab.com/Refloow/Discord-Channel-Moderator.git

0 commit comments

Comments
 (0)