Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 614 Bytes

File metadata and controls

19 lines (14 loc) · 614 Bytes

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.