mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2024-10-01 01:25:56 -04:00
Update mirror.yml
This commit is contained in:
parent
12c89cc30e
commit
69520b3328
6
.github/workflows/mirror.yml
vendored
6
.github/workflows/mirror.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Official GitLab Mirror
|
||||
uses: wearerequired/git-mirror-action@v1
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
SSH_PRIVATE_KEY: ${{ SSH_PRIVATE_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:Anon-Planet/thgtoa.git"
|
||||
destination-repo: "git@gitlab.com:anonymousplanetorg/thgtoa.git"
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Official Codeberg Mirror
|
||||
uses: wearerequired/git-mirror-action@v1
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
SSH_PRIVATE_KEY: ${{ SSH_PRIVATE_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:Anon-Planet/thgtoa.git"
|
||||
destination-repo: "git@codeberg.org:anonypla/thgtoa.git"
|
||||
destination-repo: "git@codeberg.org:anonypla/thgtoa.git"
|
||||
|
Loading…
Reference in New Issue
Block a user