From 6ba2684574cdc67fef23a36ba45253d99a95c19c Mon Sep 17 00:00:00 2001 From: Sebastien Bocahu Date: Wed, 19 Jun 2024 10:05:13 +0200 Subject: [PATCH] Update test-feature-branch workflow to use new AWX endpoint --- .github/workflows/test-feature-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-feature-branch.yml b/.github/workflows/test-feature-branch.yml index b3412cd867..923f65b05c 100644 --- a/.github/workflows/test-feature-branch.yml +++ b/.github/workflows/test-feature-branch.yml @@ -87,7 +87,7 @@ jobs: ansible-tower-user: ${{ secrets.AWX_USER }} ansible-tower-pass: ${{ secrets.AWX_PASSWORD }} ansible-tower-url: ${{ secrets.AWX_URL }} - template-id: "34" + template-id: "19" additional-vars: | { "openbas_version": "${{steps.meta.outputs.version}}", "openbas_config": ${{ inputs.openbas_config }} } - name: display URL