mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-20 01:26:47 +00:00
encode string
This commit is contained in:
parent
cfa58b4c9e
commit
b023385413
1 changed files with 1 additions and 1 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue