WIP
Some checks failed
Build homebridge-hue-chase / Version (push) Successful in 7s
Build homebridge-hue-chase / Build (push) Successful in 15s
Build homebridge-hue-chase / Publish Latest (push) Successful in 8s
Build homebridge-hue-chase / Deploy (push) Failing after 23s

This commit is contained in:
Brandon Watson 2024-06-05 19:55:39 -05:00
parent eb348fc192
commit b989246dbd

View File

@ -63,7 +63,7 @@ jobs:
- name: Set up SSH key
run: |
mkdir -p ~/.ssh
echo "${{ secrets.HOMEBRIDGE_SSH_KEY }}" > ~/.ssh/id_rsa
echo "${{ secrets.ELEVATED_HOMEBRIDGE_SSH_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -p 22 homebridge.me >> ~/.ssh/known_hosts
sudo apt update