This repository was archived by the owner on May 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Git Repo Sync
2+
3+ on :
4+ - push
5+ - delete
6+
7+ permissions :
8+ contents : write
9+
10+ jobs :
11+ sync-bitbucket :
12+ if : github.repository_owner == 'Fabulously-Optimized'
13+ runs-on : ubuntu-24.04
14+ timeout-minutes : 30
15+ name : Git Repo Sync - BitBucket
16+ steps :
17+ - name : Checkout Repository
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19+ with :
20+ fetch-depth : 0
21+ persist-credentials : false
22+ - name : Synchronize code to other Git platforms
23+ uses : jauderho/git-repo-sync@6142c9cd8960dadc57d1190506d6c35ac5cee660 # v0.3.0
24+ with :
25+ target-url : ${{ secrets.BITBUCKET_GIT }}
26+ target-username : ${{ secrets.BITBUCKET_USERNAME }}
27+ target-token : ${{ secrets.BITBUCKET_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments