Skip to content

update trésorier to Eric Dupre #23

update trésorier to Eric Dupre

update trésorier to Eric Dupre #23

Workflow file for this run

name: Mirroring
on: [push, delete]
jobs:
to_github:
runs-on: ubuntu-18.04
steps: # <-- must use actions/checkout@v1 before mirroring!
- uses: actions/checkout@v1
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
[email protected]:mirsella/cgtcosmeva.fr.to
ssh_private_key: # <-- use 'secrets' to pass credential information.
${{ secrets.sshkey }}