Install the CI's SSH key.
- name: Install CI SSH Key
uses: shapehq/actions/install-ci-ssh-key@v1You 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: ciUse the install-ssh-key action to install a specified SSH key.