mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-06-28 13:43:46 +00:00
Debug with ngrok/ssh
This commit is contained in:
parent
166067472e
commit
8addcca750
3 changed files with 12 additions and 50 deletions
3
index.js
3
index.js
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue