Skip to content

Fix building examples (#558) #116

Fix building examples (#558)

Fix building examples (#558) #116

Workflow file for this run

name: GitlabSync
on:
- push
- delete
permissions:
contents: write
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: action-pack/[email protected]
with:
# GitLab repo URL
url: ${{ secrets.GITLAB_TARGET_URL }}
# GitLab username
username: ${{ secrets.GITLAB_TARGET_USERNAME }}
# GitLab token
token: ${{ secrets.GITLAB_TARGET_TOKEN }}