We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1851d5c commit 2ed64faCopy full SHA for 2ed64fa
.github/workflows/sync-to-cnb.yml
@@ -18,9 +18,9 @@ jobs:
18
-e PLUGIN_TARGET_URL="https://cnb.cool/opsre/JenkinsGuide.git" \
19
-e PLUGIN_AUTH_TYPE="https" \
20
-e PLUGIN_USERNAME="cnb" \
21
- -e PLUGIN_PASSWORD=${{ secrets.GIT_PASSWORD }} \
+ -e PLUGIN_PASSWORD=${{ secrets.CNB_TOKEN }} \
22
-e PLUGIN_BRANCH="main" \
23
-e PLUGIN_GIT_USER="cnb" \
24
-e PLUGIN_GIT_EMAIL="[email protected]" \
25
-e PLUGIN_FORCE="true" \
26
- tencentcom/git-sync
+ tencentcom/git-sync
0 commit comments