Skip to content

Commit

Permalink
Update mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Oct 4, 2024
1 parent 21c915c commit d4299e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
target_repo_url:
[email protected]: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
Expand All @@ -30,4 +30,4 @@ jobs:
target_repo_url:
[email protected]:iggy-social/meow-nfts.git
ssh_private_key: # <-- use 'secrets' to pass credential information.
${{ secrets.MIRROR_KEY }}
${{ secrets.BITBUCKET_SSH_PRIVATE_KEY }}

0 comments on commit d4299e4

Please sign in to comment.