We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c6a82 commit 7b21700Copy full SHA for 7b21700
.github/workflows/external-pr.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: repo-sync/github-sync@v2
41
name: Push branch to Internal Repository
42
with:
43
- source_repo: "https://github.com/ROCm/aqlprofile.git"
+ source_repo: "https://${{ secrets.GITHUB_TOKEN }}@github.com/ROCm/aqlprofile.git"
44
source_branch: "${{ github.event.pull_request.head.ref }}"
45
destination_repo: "https://${{ secrets.INTERNAL_REPO_TOKEN }}@github.com/AMD-ROCm-Internal/aqlprofile.git"
46
destination_branch: "external-pr-${{ github.event.pull_request.number }}"
0 commit comments