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: |