File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 git-sync :
10+ # Only sync when pushing to source repo
1011 if : github.repository == 'awslabs/aws-sdk-kotlin'
1112 runs-on : ubuntu-latest
1213 steps :
1314 - name : git-sync
1415 uses : wei/git-sync@v3
1516 with :
16- source_repo : " https://${{ secrets.CI_USER }} :${{ secrets.CI_USER_PAT }}@github.com/awslabs/aws-sdk-kotlin.git"
17+ source_repo : " https://aws-sdk-kotlin-ci :${{ secrets.CI_USER_PAT }}@github.com/awslabs/aws-sdk-kotlin.git"
1718 source_branch : " main"
18- destination_repo : " https://${{ secrets.CI_USER }} :${{ secrets.CI_USER_PAT }}@github.com/${{ secrets.GIT_SYNC_DESTINATION_REPO }} .git"
19+ destination_repo : " https://aws-sdk-kotlin-ci :${{ secrets.CI_USER_PAT }}@github.com/awslabs/private-aws-sdk-kotlin-staging .git"
1920 destination_branch : " main"
You can’t perform that action at this time.
0 commit comments