Skip to content

Merge branch 'main' of https://github.com/syselement/tcm-sec-notes #18

Merge branch 'main' of https://github.com/syselement/tcm-sec-notes

Merge branch 'main' of https://github.com/syselement/tcm-sec-notes #18

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 }}