Skip to content

Commit

Permalink
Create forge-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-ev committed Jan 10, 2025
1 parent 09259b8 commit 1b81379
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/forge-sync.yml
Original file line number Diff line number Diff line change
@@ -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/[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 }}

0 comments on commit 1b81379

Please sign in to comment.