-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use git-sync action to sync with private mirror #1965
Conversation
Values populated in GitHub repositories:
|
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
The unit test failure appears to be intermittent, as this PR just updates GitHub Action configuration and not code. |
Verified that git-sync run was successful. GitHub Action output
Verified that force-push was successful on the master branch of private mirror. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue #, if available:
Follow-up to aws/aws-sdk-js#3610
Description of changes:
use git-sync action to sync with private mirror
Testing:
Testing done with the following packages:
trivikr/git-sync-test
trivikr/private-git-sync-test
Config tested: https://github.com/trivikr/git-sync-test/blob/302d7d5cf429594757c9a32ead5e0816715f9b95/.github/workflows/git-sync.yml
Example GitHub Action run: https://github.com/trivikr/git-sync-test/runs/1778705960?check_suite_focus=true
Verified that secrets are not shown in the GitHub Action log
GitHub Action log
Note that:
SOURCE=git@github.com:***.git:main
DESTINATION=git@github.com:***.git:main
To github.com:***.git
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.