Skip to content

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

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

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

# Ref: https://github.com/wangchucheng/git-repo-sync
name: BitBucket Sync
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
name: Bitbucket Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Mirror to Bitbucket
uses: wangchucheng/[email protected]
with:
target-url: ${{ secrets.BITBUCKET_REPO_URL }}
target-username: ${{ secrets.BITBUCKET_USERNAME }}
target-token: ${{ secrets.BITBUCKET_ACCESS_TOKEN }}