diff --git a/.github/workflows/gitlabsync.yml b/.github/workflows/gitlabsync.yml new file mode 100644 index 0000000..a0105e2 --- /dev/null +++ b/.github/workflows/gitlabsync.yml @@ -0,0 +1,19 @@ +name: gitlabsync + +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/nsi-rocks/fullstack + target-username: mathieu.nicolas + target-token: ${{ secrets.GITLAB_TOKEN }}