From ce26164afbab38ba522bd5f18eaedba0104d574c Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer Date: Sun, 9 Apr 2023 20:10:20 +0000 Subject: [PATCH] make it safe again --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2dff86..d40f228 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,8 +9,6 @@ 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