ssh-agent/action.yml

24 lines
749 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
repo-mappings:
description: 'Git Repo Mappings, order and count must match ssh-private-key'
required: false
ssh-auth-sock:
description: 'Where to place the SSH Agent auth socket'
required: false
drop-extra-header:
description: 'Remove the .gitconfig http.extraheader auth token added by actions/checkout@v2'
required: false
runs:
using: 'node12'
main: 'dist/index.js'
post: 'dist/cleanup.js'
branding:
2019-09-15 00:33:18 +02:00
icon: loader
color: 'yellow'