From 7fb05e9b58b70975f8bee77f1a21cb67cb7da760 Mon Sep 17 00:00:00 2001 From: shmick Date: Tue, 21 Nov 2023 22:40:29 +0200 Subject: [PATCH] Update .gitea/workflows/hatarashi-hako.yaml --- .gitea/workflows/hatarashi-hako.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/hatarashi-hako.yaml b/.gitea/workflows/hatarashi-hako.yaml index 141fc83..db09006 100644 --- a/.gitea/workflows/hatarashi-hako.yaml +++ b/.gitea/workflows/hatarashi-hako.yaml @@ -27,11 +27,8 @@ jobs: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Checkout Ansible inventory - uses: actions/checkout@v3 - with: - repository: shmick/ansible - ref: main # Replace with the branch or tag you want to check out - token: ${{ secrets.ANSIBLE_TOKEN }} + run: | + INVENTORY_URL="https://shmick:${{ secrets.ANSIBLE_TOKEN }}@git.pukeko.xyz/shmick/ansible/inventory.yaml" - name: Run Ansible Playbook run: |