Skip to content

Merge pull request #341 from SanctumLabs/dependabot/pip/sentry-sdk-2.… #349

Merge pull request #341 from SanctumLabs/dependabot/pip/sentry-sdk-2.…

Merge pull request #341 from SanctumLabs/dependabot/pip/sentry-sdk-2.… #349

# Ref: https://github.com/wangchucheng/git-repo-sync
name: BitBucket RepoSync
on:
push:
branches:
- main
- develop
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/git-repo-sync@v0.1.0
with:
target-url: ${{ secrets.BITBUCKET_REPO_URL }}
target-username: ${{ secrets.BITBUCKET_USERNAME }}
target-token: ${{ secrets.BITBUCKET_ACCESS_TOKEN }}