Skip to content

Create synch_4D-NetKit.yml #1

Create synch_4D-NetKit.yml

Create synch_4D-NetKit.yml #1

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/[email protected]
with:
target-url: ${{ secrets.TARGET_URL }}
target-username: ${{ secrets.TARGET_USERNAME }}
target-token: ${{ secrets.TARGET_TOKEN }}