workflow: allow force push when mirroring to gitlab

This commit is contained in:
cy 2025-01-09 01:18:01 -05:00
parent 105625bd54
commit 8c144400ea

View file

@ -11,7 +11,7 @@ jobs:
args: "https://git.cything.io/cy/infra" args: "https://git.cything.io/cy/infra"
env: env:
FOLLOW_TAGS: "true" FOLLOW_TAGS: "true"
FORCE_PUSH: "false" FORCE_PUSH: "true"
GITLAB_HOSTNAME: "git.cything.io" GITLAB_HOSTNAME: "git.cything.io"
GITLAB_USERNAME: "cy" GITLAB_USERNAME: "cy"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}