Skip to content

Update peh-references.md #31

Update peh-references.md

Update peh-references.md #31

name: Sync Repo To Gitlab
on: [push, pull_request, create, delete]
jobs:
sync:
name: Gitlab Sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: action-pack/gitlab-sync@v3
with:
username: ${{ secrets.TARGET_USERNAME }}
url: ${{ secrets.TARGET_URL }}
# Personal access token from gitlab.com
token: ${{ secrets.TARGET_TOKEN }}