Skip to content

Merge pull request #49 from BrianLusina/dependabot/pip/pytest-8.1.1 #68

Merge pull request #49 from BrianLusina/dependabot/pip/pytest-8.1.1

Merge pull request #49 from BrianLusina/dependabot/pip/pytest-8.1.1 #68

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