mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-04-01 07:49:05 +08:00
Debug with ngrok/ssh
This commit is contained in:
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');
|
||||
|
||||
Reference in New Issue
Block a user