From d4299e40c6c96bd0159d22f90775e831fdf6cbe3 Mon Sep 17 00:00:00 2001 From: Tempe Techie <95053628+tempe-techie@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:56:17 +0200 Subject: [PATCH] Update mirror.yml --- .github/workflows/mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 6dbef43..c171c64 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -16,7 +16,7 @@ jobs: target_repo_url: git@bitbucket.org:punk-domains/meow-nfts.git ssh_private_key: # <-- use 'secrets' to pass credential information. - ${{ secrets.MIRROR_KEY }} + ${{ secrets.BITBUCKET_SSH_PRIVATE_KEY }} to_gitlab: runs-on: ubuntu-latest @@ -30,4 +30,4 @@ jobs: target_repo_url: git@gitlab.com:iggy-social/meow-nfts.git ssh_private_key: # <-- use 'secrets' to pass credential information. - ${{ secrets.MIRROR_KEY }} \ No newline at end of file + ${{ secrets.BITBUCKET_SSH_PRIVATE_KEY }} \ No newline at end of file