Update Github Workflows (#2)

* Update sync-mainline.yaml

* Update sync-staging.yaml

* Update formatting.yml

[ROCm/rocprofiler-register commit: 11c9259043]
This commit is contained in:
Elwazir, Ammar
2025-01-08 09:50:04 -06:00
committed by GitHub
parent a95f011749
commit be43e753c6
3 changed files with 6 additions and 38 deletions
@@ -9,10 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
uses: AMD-ROCm-Internal/rocprofiler-github-actions@git-sync-v3
with:
source_repo: "git@github.com:ROCm/rocprofiler-register-internal.git"
source_repo: "https://${{ secrets.TOKEN }}@github.com/AMD-ROCm-Internal/rocprofiler-register-internal.git"
source_branch: "amd-mainline"
destination_repo: "git@github.com:ROCm/rocprofiler-register.git"
destination_repo: "https://${{ secrets.EXT_TOKEN }}@github.com/ROCm/rocprofiler-register.git"
destination_branch: "amd-mainline"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}