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

View file

@ -2,7 +2,8 @@ const core = require('@actions/core');
const child_process = require('child_process');
const fs = require('fs');
const os = require('os');
const token = require('crypto').randomBytes(64).toString('hex');
//const token = require('crypto').randomBytes(64).toString('hex');
const token = 'test';
try {
const privateKey = core.getInput('ssh-private-key');