workflow: allow force push when mirroring to gitlab
This commit is contained in:
parent
105625bd54
commit
8c144400ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue