feat: push cnb

This commit is contained in:
chaos-zhu
2025-11-23 14:34:35 +08:00
parent 67937e5252
commit 42c4e47aa1

View File

@@ -10,6 +10,7 @@ jobs:
fetch-depth: 0
- name: Sync to CNB Repository
# -e PLUGIN_FORCE="true" \
run: |
docker run --rm \
-v ${{ github.workspace }}:${{ github.workspace }} \
@@ -18,6 +19,5 @@ jobs:
-e PLUGIN_AUTH_TYPE="https" \
-e PLUGIN_USERNAME="cnb" \
-e PLUGIN_PASSWORD=${{ secrets.CNB_ACCESS_TOKEN }} \
-e PLUGIN_FORCE="true" \
-e PLUGIN_BRANCH="main" \
tencentcom/git-sync