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 b0b7c92 commit 3158c23Copy full SHA for 3158c23
.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: "smithy-lang/smithy-kotlin"
+ source_repo: "https://${{ secrets.CI_USER }}:${{ secrets.CI_USER_PAT }}@github.com/smithy-lang/smithy-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