Skip to content

Commit

Permalink
Create gitlabsync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arkhaiel authored Sep 17, 2024
1 parent 231803d commit a750cfb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/gitlabsync.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
target-url: https://forge.apps.education.fr/nsi-rocks/fullstack
target-username: mathieu.nicolas
target-token: ${{ secrets.GITLAB_TOKEN }}

0 comments on commit a750cfb

Please sign in to comment.