Fix dépendances dev #412
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "🔄 Sync with external repository" | |
on: push | |
jobs: | |
sync-to-bitbucket: | |
name: "🔄 Sync with Bitbucket" | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout full repository | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Mirror repository | |
uses: pixta-dev/repository-mirroring-action@v1 | |
with: | |
target_repo_url: | |
[email protected]:Roxayl/mondegc.git | |
ssh_private_key: | |
${{ secrets.BITBUCKET_SSH_PRIVATE_KEY }} |