From 69520b33285372ebb39067886247decd7ef89d92 Mon Sep 17 00:00:00 2001 From: Than Harrison Date: Tue, 10 Jan 2023 07:06:46 +0000 Subject: [PATCH] Update mirror.yml --- .github/workflows/mirror.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index dadc504..5716fb6 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -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" \ No newline at end of file + destination-repo: "git@codeberg.org:anonypla/thgtoa.git"