Skip to content

v3

v3 #48

name: ♻️ FORGE-AEIF-SYNC
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: https://forge.aeif.fr/code-puzzle/www-codepuzzle-io
target-username: laurentabbal
target-token: ${{ secrets.GITLAB_TOKEN }}