Update sync_project.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 3 years ago committed by GitHub
parent e4097020c0
commit 9598afa3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 32
      .github/workflows/sync_project.yml

@ -13,7 +13,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: 'Checkout'
# uses: actions/checkout@v1
# uses: actions/checkout@v3
# - name: 'Mirror to gitee'
# uses: pixta-dev/repository-mirroring-action@v1
# with:
@ -22,28 +22,28 @@ jobs:
# ssh_private_key:
# ${{ secrets.GITEE_KEY }}
#
# mirror_to_bitbucket:
# runs-on: ubuntu-latest
# steps:
# - name: 'Checkout'
# uses: actions/checkout@v1
# - name: 'Mirror to bitbucket'
# uses: pixta-dev/repository-mirroring-action@v1
# with:
# target_repo_url:
# git@bitbucket.com:rwkgyg/cfwarp.git
# ssh_private_key:
# ${{ secrets.private_key }}
#
mirror_to_bitbucket:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
- name: 'Mirror to bitbucket'
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
https://fscarmen@bitbucket.org/fscarmen/test.git
ssh_private_key:
${{ secrets.PRIVATE_KEY }}
mirror_to_gitlab:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: 'Mirror to gitlab'
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
git@gitlab.com:fscarmen/test.git
ssh_private_key:
${{ secrets.GITLAB_KEY }}
${{ secrets.PRIVATE_KEY }}

Loading…
Cancel
Save