Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Install the CI's SSH key.

- name: Install CI SSH Key
  uses: shapehq/actions/install-ci-ssh-key@v1

You may optionally specify the name of the file to store the SSH key in. Only do this if you are storing multiple SSH keys to avoid overriding an SSH key.

- name: Install CI SSH Key
  uses: shapehq/actions/install-ci-ssh-key@v1
  with:
    filename: ci

Use the install-ssh-key action to install a specified SSH key.