Skip to content

Commit

Permalink
Create synch_4D-NetKit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azzeddine-simmad committed Dec 10, 2024
1 parent 9d463b6 commit 73558eb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/synch_4D-NetKit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: GitlabSync

on:
push:
delete:

jobs:
sync:
runs-on: [self-hosted, macOS, ARM64]
name: Git Repo Sync
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: ${{ secrets.TARGET_URL }}
target-username: ${{ secrets.TARGET_USERNAME }}
target-token: ${{ secrets.TARGET_TOKEN }}

0 comments on commit 73558eb

Please sign in to comment.