We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5ce20 commit 8582ebbCopy full SHA for 8582ebb
1 file changed
gha.sh
@@ -6,4 +6,4 @@ if [[ "$INPUT_JENKINS_CERT" != 'false' ]]; then
6
export REQUESTS_CA_BUNDLE="$INPUT_JENKINS_CERT"
7
fi
8
9
-jenkins-jobs --conf "$INPUT_CONF_FILE" -p "$INPUT_TOKEN" update "$INPUT_JOBS_FILE"
+jenkins-jobs --conf "$INPUT_CONF_FILE" -p "$INPUT_JENKINS_TOKEN" update "$INPUT_JOBS_FILE"
0 commit comments