ssh-agent-action/action.yml

16 lines
455 B
YAML
Raw Normal View History

name: 'webfactory/ssh-agent'
description: 'Run `ssh-agent` and load an SSH key to access other private repositories'
inputs:
ssh-private-key:
description: 'Private SSH key to register in the SSH agent'
required: true
ssh-auth-sock:
description: 'Where to place the SSH Agent auth socket'
default: /tmp/ssh-auth.sock
runs:
using: 'node12'
main: 'dist/index.js'
branding:
2019-09-14 22:33:18 +00:00
icon: loader
color: 'yellow'