Skip to content

Create gitlabsync.yml #1

Create gitlabsync.yml

Create gitlabsync.yml #1

Workflow file for this run

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/[email protected]
with:
target-url: https://forge.apps.education.fr/nsi-rocks/fullstack
target-username: mathieu.nicolas
target-token: ${{ secrets.GITLAB_TOKEN }}