Skip to content

Create forge-sync.yml #1

Create forge-sync.yml

Create forge-sync.yml #1

Workflow file for this run

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/[email protected]
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 }}