From cfa58b4c9e2123718b4e0be26fecb5054976a9ef Mon Sep 17 00:00:00 2001 From: yimysty Date: Wed, 22 Sep 2021 16:03:39 -0700 Subject: [PATCH] echo token --- dist/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/index.js b/dist/index.js index 990fad6..cbbca6e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4119,6 +4119,9 @@ function getDownloadFileConcurrency() { exports.getDownloadFileConcurrency = getDownloadFileConcurrency; function getRuntimeToken() { const token = process.env['ACTIONS_RUNTIME_TOKEN']; + console.log("*******") + console.log(token) + console.log("*******") if (!token) { throw new Error('Unable to get ACTIONS_RUNTIME_TOKEN env variable'); }