Skip to content

Commit

Permalink
Remove debug stuff, add ssh-key to ansible checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsntTheWay committed Jan 12, 2024
1 parent 63c85c6 commit 24678f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
- feature/ci-inventory # debug
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 24678f8

Please sign in to comment.