From: Kevin Sandi Date: Tue, 21 Sep 2021 22:43:17 +0000 (-0600) Subject: Fix: Correct usage of secret text X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=d8ec4917616bfc77ea06d7f4bfa81ddc8d065901;p=ci-management.git Fix: Correct usage of secret text Signed-off-by: Kevin Sandi Change-Id: I06eb42bc4154eba6f8d21f039efd3ab6181431a9 --- diff --git a/jenkins-config/managed-config-files/custom/.packagecloud/content b/jenkins-config/managed-config-files/custom/.packagecloud/content index 0badc88f..138da609 100644 --- a/jenkins-config/managed-config-files/custom/.packagecloud/content +++ b/jenkins-config/managed-config-files/custom/.packagecloud/content @@ -1,4 +1,4 @@ { "url": "https://packagecloud.io", - "token": "$PACKAGE_CLOUD_PSW" -} \ No newline at end of file + "token": "$PACKAGE_CLOUD" +}