mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Disable strict host key checking
This commit is contained in:
parent
6341640243
commit
98d9bf3a93
1 changed files with 4 additions and 2 deletions
6
.github/workflows/backup.yml
vendored
6
.github/workflows/backup.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Back up code to GitLab and other sources
|
name: Back up code to other forges
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
@ -6,7 +6,7 @@ on:
|
||||||
workflow_dispatch: # Allow manual trigger
|
workflow_dispatch: # Allow manual trigger
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push-to-gitlab:
|
push-to-forges:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == 'goatcorp/Dalamud'
|
if: github.repository == 'goatcorp/Dalamud'
|
||||||
|
|
||||||
|
|
@ -23,6 +23,8 @@ jobs:
|
||||||
${{ secrets.MIRROR_CODEBERG_SYNC_KEY }}
|
${{ secrets.MIRROR_CODEBERG_SYNC_KEY }}
|
||||||
|
|
||||||
- name: Add remotes & push
|
- name: Add remotes & push
|
||||||
|
env:
|
||||||
|
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=accept-new"
|
||||||
run: |
|
run: |
|
||||||
git remote add gitlab git@gitlab.com:goatcorp/Dalamud.git
|
git remote add gitlab git@gitlab.com:goatcorp/Dalamud.git
|
||||||
git push gitlab --all --force
|
git push gitlab --all --force
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue