We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7789457 commit 0ad657fCopy full SHA for 0ad657f
.github/workflows/main.yml
@@ -17,4 +17,5 @@ jobs:
17
18
- name: Push to GitLab mirror
19
run: |
20
- git push --mirror https://oauth2:${{ secrets.GITLAB_TOKEN }}@gitlab.com/Refloow/Discord-Channel-Moderator.git
+ 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