Skip to content

Commit

Permalink
Update force-sync.yml
Browse files Browse the repository at this point in the history
Fixed destination for mirror
  • Loading branch information
ammallya authored and ammarwa committed Nov 23, 2024
1 parent f6ca674 commit 92929ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/force-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Mirror the repository
env:
SOURCE_REPO: 'https://github.com/ROCm/rocprofiler-sdk-internal.git'
TARGET_REPO: 'https://github.com/AMD-ROCm-Internal/ameya-sdk-test'
TARGET_REPO: 'https://github.com/AMD-ROCm-Internal/rocprofiler-sdk-internal'
SOURCE_ACCESS_TOKEN: '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'
TARGET_ACCESS_TOKEN: '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'
run: |
Expand All @@ -23,7 +23,7 @@ jobs:
cd source-repo

# Set the push URL to the target repository with the PAT in the URL
TARGET_REPO_WITH_CREDENTIALS="https://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@github.com/AMD-ROCm-Internal/ameya-sdk-test.git"
TARGET_REPO_WITH_CREDENTIALS="https://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@github.com/AMD-ROCm-Internal/rocprofiler-sdk-internal.git"
git remote set-url --push origin "$TARGET_REPO_WITH_CREDENTIALS"

# Push the changes using --mirror
Expand Down

0 comments on commit 92929ba

Please sign in to comment.