From eb01af46137e889bb2166309cd0c118558017d49 Mon Sep 17 00:00:00 2001 From: ferreo Date: Wed, 24 Jul 2024 00:55:14 +0200 Subject: [PATCH] Update .github/workflows/build-canaryv3.yml --- .github/workflows/build-canaryv3.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-canaryv3.yml b/.github/workflows/build-canaryv3.yml index 4a324ac..5194b03 100644 --- a/.github/workflows/build-canaryv3.yml +++ b/.github/workflows/build-canaryv3.yml @@ -20,7 +20,7 @@ jobs: - name: Update APT Cache run: apt-get update -y - - name: Update APT Cache + - name: Install Node and NPM run: apt-get install nodejs npm -y - uses: actions/checkout@v3 @@ -28,13 +28,10 @@ jobs: - name: Install SSH key uses: shimataro/ssh-key-action@v2 with: - key: ${{ variables.SSH_KEY }} + key: ${{ vars.SSH_KEY }} name: id_rsa - known_hosts: ${{ variables.KNOWN_HOSTS }} + known_hosts: ${{ vars.KNOWN_HOSTS }} if_key_exists: replace - - - name: Update APT Cache - run: apt-get update -y - name: Build Package run: ./mainv3.sh