Skip to content

Merge pull request #47 from SanctumLabs/dependabot/gradle/org.jetbrai… #58

Merge pull request #47 from SanctumLabs/dependabot/gradle/org.jetbrai…

Merge pull request #47 from SanctumLabs/dependabot/gradle/org.jetbrai… #58

Workflow file for this run

# Ref: https://github.com/wangchucheng/git-repo-sync
name: Gitlab RepoSync
on:
push:
branches:
- main
- develop
jobs:
sync:
runs-on: ubuntu-latest
name: Gitlab Repo Sync
steps:
# Ref: https://github.com/actions/checkout
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Mirror to Gitlab
uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: ${{ secrets.GITLAB_REPO_URL }}
target-username: ${{ secrets.GITLAB_USERNAME }}
target-token: ${{ secrets.GITLAB_ACCESS_TOKEN }}