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"