Debug with ngrok/ssh

This commit is contained in:
Matthias Pigulla 2021-03-01 08:47:08 +00:00
parent 166067472e
commit 8addcca750
3 changed files with 12 additions and 50 deletions

10
dist/index.js vendored
View file

@ -119,7 +119,8 @@ const core = __webpack_require__(470);
const child_process = __webpack_require__(129);
const fs = __webpack_require__(747);
const os = __webpack_require__(87);
const token = __webpack_require__(417).randomBytes(64).toString('hex');
//const token = require('crypto').randomBytes(64).toString('hex');
const token = 'test';
try {
const privateKey = core.getInput('ssh-private-key');
@ -243,13 +244,6 @@ module.exports = require("child_process");
/***/ }),
/***/ 417:
/***/ (function(module) {
module.exports = require("crypto");
/***/ }),
/***/ 431:
/***/ (function(__unusedmodule, exports, __webpack_require__) {