diff --git a/.github/workflows/forge-sync.yml b/.github/workflows/forge-sync.yml new file mode 100644 index 000000000..42d174ebb --- /dev/null +++ b/.github/workflows/forge-sync.yml @@ -0,0 +1,19 @@ +name: ♻️ GITLAB-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.apps.education.fr/l-atelier-des-chercheurs/do-doc + target-username: louis.eveillard-ext + target-token: ${{ secrets.FORGE_EDU_SYNC_TOKEN }}