mirror of https://github.com/BUTR/workflows.git
Create index.js
parent
06aa9f3511
commit
41ef0c0a17
@ -0,0 +1,3 @@
|
||||
var code = require('steam-totp').generateAuthCode(process.argv[0]);
|
||||
console.log(`::add-mask::${code}`);
|
||||
console.log(`::set-output name=totp::${code}`);
|
Loading…
Reference in New Issue