2
0

Update sync-staging.yaml

Este cometimento está contido em:
Ammar ELWazir
2024-03-25 12:40:16 -05:00
cometido por GitHub
ascendente 88e3460af7
cometimento 7b8b97e028
+8 -5
Ver ficheiro
@@ -8,9 +8,12 @@ jobs:
git-mirror:
runs-on: ubuntu-latest
steps:
- uses: zent-contrib/git-branch-sync-action@v1.0.0
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: actions/checkout@v4
- uses: net-engine/github-repository-sync-action@v1
with:
source-branch: amd-staging
destination-repo: "git@github.com:ROCm/rocprofiler-register.git"
# The SSH private key for SSH connection to the target repository.
# We strongly recommend saving this value as a GitHub Secret and using deploy
# keys within the target repository
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
# The SSH-based URL to the target repository
target_repo_url: git@github.com:ROCm/rocprofiler-register.git