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=refs%2Fchanges%2F26%2F6726%2F1;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" +}