From 1b81379877ef93eadfb3cb27ab37ee72c974c822 Mon Sep 17 00:00:00 2001 From: Louis Eveillard Date: Fri, 10 Jan 2025 09:25:50 +0100 Subject: [PATCH] Create forge-sync.yml --- .github/workflows/forge-sync.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/forge-sync.yml 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 }}