Skip to content

Commit 7b21700

Browse files
authored
Update external-pr.yml
1 parent 07c6a82 commit 7b21700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/external-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: repo-sync/github-sync@v2
4141
name: Push branch to Internal Repository
4242
with:
43-
source_repo: "https://github.com/ROCm/aqlprofile.git"
43+
source_repo: "https://${{ secrets.GITHUB_TOKEN }}@github.com/ROCm/aqlprofile.git"
4444
source_branch: "${{ github.event.pull_request.head.ref }}"
4545
destination_repo: "https://${{ secrets.INTERNAL_REPO_TOKEN }}@github.com/AMD-ROCm-Internal/aqlprofile.git"
4646
destination_branch: "external-pr-${{ github.event.pull_request.number }}"

0 commit comments

Comments
 (0)