Prioritize using a GitHub proxy and replace the script execution count tracking service.

This commit is contained in:
fscarmen
2025-07-12 04:18:19 +00:00
parent 38a7f4cd77
commit b520674f09
4 changed files with 31 additions and 46 deletions
+1 -16
View File
@@ -19,19 +19,4 @@ jobs:
target_repo_url:
git@gitlab.com:${{ github.repository }}.git
ssh_private_key:
${{ secrets.PRIVATE_KEY }}
mirror_to_bitbucket:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: 'Mirror to bitbucket'
uses: fscarmen/repository-mirroring-action@v1.0.0
with:
target_repo_url:
git@bitbucket.org:${{ github.repository }}.git
ssh_private_key:
${{ secrets.PRIVATE_KEY }}
${{ secrets.PRIVATE_KEY }}