mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-07-01 07:03:45 +00:00
Write GH action to set up ssh keys for private repos
This commit is contained in:
commit
64d68c7e61
7 changed files with 510 additions and 0 deletions
14
package.json
Normal file
14
package.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "webfactory-action-ssh-agent",
|
||||
"repository": "git@github.com:webfactory/ssh-agent.git",
|
||||
"description": "GitHub Action to set up ssh-agent with a private SSH key",
|
||||
"version": "0.1.0",
|
||||
"main": "index.js",
|
||||
"author": "webfactory GmbH <info@webfactory.de>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@actions/core": "^1.1.0",
|
||||
"@zeit/ncc": "^0.20.5",
|
||||
"child_process": "^1.0.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue