Skip to content

Merge branch 'release/2020.7.2' #5

Merge branch 'release/2020.7.2'

Merge branch 'release/2020.7.2' #5

Workflow file for this run

name: Mirroring
on: [push, delete]
jobs:
to_bitbucket:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: # Enter the SSH URL to mirror the Github repo to.
[email protected]:OmiyaGames/game-dev-portfolio.git
ssh_private_key: # Add a secret in Github with the name, SSH_PRIVATE_KEY.
# Don't forget to add a deploy (aka public) key in both the original and mirror repositories.
${{ secrets.SSH_PRIVATE_KEY }}