Update sync-staging.yaml

[ROCm/rocprofiler-register commit: 52dfa074ae]
This commit is contained in:
Ammar ELWazir
2024-03-25 12:44:54 -05:00
کامیت شده توسط GitHub
والد 7b03ce4cdd
کامیت f1dc5f7352
@@ -8,12 +8,11 @@ jobs:
git-mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: net-engine/github-repository-sync-action@v1
- name: git-sync
uses: wei/git-sync@v3
with:
# 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
source_repo: "git@github.com:ROCm/rocprofiler-register-internal.git"
source_branch: "amd-staging"
destination_repo: "git@github.com:ROCm/rocprofiler-register.git"
destination_branch: "amd-staging"
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