Skip to content

GitLab Sync

GitLab Sync #419

Workflow file for this run

name: GitLab Sync
on: [push, create, delete]
jobs:
sync:
name: Synchronise to GitLab
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: action-pack/gitlab-sync@v3
with:
username: Frederick888
url: "https://git.tsundere.moe/Frederick888/git-credential-keepassxc.git"
token: ${{ secrets.GITLAB_ACCESS_TOKEN }}