Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 365 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 365 Bytes

Setup the SSH agent

This action allows to fetch private repositories.

See action.yml for the list of inputs and outputs.

Example usage

name: Use SSH
uses: agendrix/actions/use-ssh@master
with:
  ssh-key: ${{ secrets.SSH_KEY }}

Note: actions/checkout needs to be @v1 in order to fetch more than one commit in the history.