diff --git a/.cnb.yml b/.cnb.yml new file mode 100644 index 00000000..ad2bfdca --- /dev/null +++ b/.cnb.yml @@ -0,0 +1,11 @@ +main: + push: + - stages: + - name: sync to github + image: tencentcom/git-sync + imports: https://cnb.cool/blzing/key/githubkey + settings: + target_url: https://github.com/72wo/blazing.git + auth_type: https + username: ${GIT_USERNAME} + password: ${GIT_ACCESS_TOKEN} \ No newline at end of file