mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2025-12-19 06:18:18 +01:00
Update mirror.yml
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user