File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,13 @@ jobs:
12
12
steps :
13
13
- name : git-sync
14
14
env :
15
- git_sync_source_repo : ${{ secrets.GIT_SYNC_SOURCE_REPO }}
16
15
git_sync_destination_repo : ${{ secrets.GIT_SYNC_DESTINATION_REPO }}
17
- if : env.git_sync_source_repo && env.git_sync_destination_repo
16
+ git_sync_ssh_private_key : ${{ secrets.GIT_SYNC_SSH_PRIVATE_KEY }}
17
+ if : env.git_sync_destination_repo && env.git_sync_ssh_private_key
18
18
uses : wei/git-sync@v3
19
19
with :
20
- source_repo : ${{ secrets.GIT_SYNC_SOURCE_REPO }}
20
+ source_repo :
" [email protected] :aws/aws-sdk-js-v3.git"
21
21
source_branch : " main"
22
22
destination_repo : ${{ secrets.GIT_SYNC_DESTINATION_REPO }}
23
23
destination_branch : " main"
24
- source_ssh_private_key : ${{ secrets.GIT_SYNC_SOURCE_SSH_PRIVATE_KEY }}
25
- destination_ssh_private_key : ${{ secrets.GIT_SYNC_DESTINATION_SSH_PRIVATE_KEY }}
24
+ ssh_private_key : ${{ secrets.GIT_SYNC_SSH_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments