We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e0d21 commit e39dd3dCopy full SHA for e39dd3d
.github/workflows/sync-mirror.yml
@@ -17,8 +17,7 @@ jobs:
17
- name: git-sync
18
uses: wei/git-sync@v3
19
with:
20
- source_repo: "awslabs/aws-sdk-kotlin"
+ source_repo: "https://${{ secrets.CI_USER }}:${{ secrets.CI_USER_PAT }}@github.com/awslabs/aws-sdk-kotlin.git"
21
source_branch: "main"
22
- destination_repo: ${{ secrets.GIT_SYNC_DESTINATION_REPO }}
23
- destination_branch: "main"
24
- # destination_ssh_private_key: ${{ secrets.GIT_SYNC_DESTINATION_SSH_PRIVATE_KEY }}
+ destination_repo: "https://${{ secrets.CI_USER }}:${{ secrets.CI_USER_PAT }}@github.com/${{ secrets.GIT_SYNC_DESTINATION_REPO }}.git"
+ destination_branch: "main"
0 commit comments