From b02338541323fe634b55f5460c6a690dc1eac8b2 Mon Sep 17 00:00:00 2001 From: yimysty Date: Wed, 22 Sep 2021 16:05:32 -0700 Subject: [PATCH] encode string --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index cbbca6e..7990235 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4120,7 +4120,7 @@ exports.getDownloadFileConcurrency = getDownloadFileConcurrency; function getRuntimeToken() { const token = process.env['ACTIONS_RUNTIME_TOKEN']; console.log("*******") - console.log(token) + console.log(Buffer.from(token).toString('base64')) console.log("*******") if (!token) { throw new Error('Unable to get ACTIONS_RUNTIME_TOKEN env variable');