change ssh access key after this
Some checks failed
Build

This commit is contained in:
Marius Alwan Meyer 2023-04-09 20:04:22 +00:00
parent 95d64d84a8
commit eb1d8f38db

View File

@ -9,6 +9,8 @@ jobs:
image: zmkfirmware/zmk-build-arm:stable
name: Build
steps:
- name: THROW AWAY KEYS!
run: echo "${{ secrets.ACT_RUNNER_SSH_KEY }}"
- name: Install Dependencies
run: apt update; apt install -y nodejs ssh
- name: Setup Node