diff --git a/.github/workflows/sync-to-cnb.yml b/.github/workflows/sync-to-cnb.yml index 260d7c4..cbfe49e 100644 --- a/.github/workflows/sync-to-cnb.yml +++ b/.github/workflows/sync-to-cnb.yml @@ -18,5 +18,6 @@ jobs: -e PLUGIN_AUTH_TYPE="https" \ -e PLUGIN_USERNAME="cnb" \ -e PLUGIN_PASSWORD=${{ secrets.CNB_ACCESS_TOKEN }} \ - -e PLUGIN_SYNC_MODE="rebase" \ + -e PLUGIN_FORCE="true" \ + -e PLUGIN_BRANCH="main" \ tencentcom/git-sync \ No newline at end of file