Skip to content

Create synck_4D-Progress.yaml #1

Create synck_4D-Progress.yaml

Create synck_4D-Progress.yaml #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 }}