From 24678f8e61f4460740b60509fe198823f794d42f Mon Sep 17 00:00:00 2001 From: ThisIsntTheWay Date: Fri, 12 Jan 2024 13:30:47 +0000 Subject: [PATCH] Remove debug stuff, add ssh-key to ansible checkout --- .github/workflows/inventory.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/inventory.yaml b/.github/workflows/inventory.yaml index 38d5577..bbad8bc 100644 --- a/.github/workflows/inventory.yaml +++ b/.github/workflows/inventory.yaml @@ -3,7 +3,6 @@ on: push: branches: - main - - feature/ci-inventory # debug pull_request: workflow_dispatch: @@ -47,7 +46,7 @@ jobs: with: repository: "https://github.com/KlopfiNet/ansible.git" sparse-checkout: inventories - #ssh-key: ${{ secrets.KEY_KLOPFI_BOT }} + ssh-key: ${{ secrets.KEY_KLOPFI_BOT }} - name: Move new inventory if: steps.inventory-comparison.outputs.VERDICT == 'is_different'