From 20c6caedc9cb01325da47603b386b84a87adb8d1 Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Nov 07 2022 14:16:50 +0000 Subject: Fix config to correct secret key --- diff --git a/.github/workflows/centos-stream8.yml b/.github/workflows/centos-stream8.yml index 36f2acf..0a352ff 100644 --- a/.github/workflows/centos-stream8.yml +++ b/.github/workflows/centos-stream8.yml @@ -6,10 +6,9 @@ jobs: - name: Install SSH key uses: shimataro/ssh-key-action@v2 with: - key: ${{ secrets.SSH_KEY }} + key: ${{ secrets.DUFFYY_SSH_PRIVATE_KEY }} name: id_rsa # optional known_hosts: NO - config: ${{ secrets.CONFIG }} # ssh_config; optional if_key_exists: fail # replace / ignore / fail; optional (defaults to fail) - uses: "actions/checkout@v2" - run: sudo dnf -y install python3-pip