Skip to content

refactor(algorithms, intervals): employee free time solution 2 #317

refactor(algorithms, intervals): employee free time solution 2

refactor(algorithms, intervals): employee free time solution 2 #317

name: Gitlab RepoSync
on:
push:
branches:
- main
jobs:
sync:
name: Mirror to Gitlab
uses: SanctumLabs/ci-workflows/.github/workflows/repo_sync.yml@main
secrets:
url: ${{ secrets.GITLAB_TARGET_URL }}
username: ${{ secrets.GITLAB_TARGET_USERNAME }}
token: ${{ secrets.GITLAB_ACCESS_TOKEN }}