Skip to content

Merge pull request #116 from BrianLusina/feat/longest-happy-string #283

Merge pull request #116 from BrianLusina/feat/longest-happy-string

Merge pull request #116 from BrianLusina/feat/longest-happy-string #283

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