Skip to content

Merge pull request #53 from BrianLusina/dependabot/pip/black-24.4.0 #72

Merge pull request #53 from BrianLusina/dependabot/pip/black-24.4.0

Merge pull request #53 from BrianLusina/dependabot/pip/black-24.4.0 #72

# Ref: https://github.com/wangchucheng/git-repo-sync
name: BitBucket RepoSync
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 }}