From ca1e90f444608a40eccd8dfdce85f6a32cd6573e Mon Sep 17 00:00:00 2001 From: Tomas Karasek Date: Wed, 6 Mar 2024 17:23:54 +0100 Subject: [PATCH] ci: add ANSIBLE_ACC_METAL_DEDICATED_CONNECTION_ID to test GHA --- .github/workflows/integration-tests-pr.yml | 1 + .github/workflows/integration-tests.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/integration-tests-pr.yml b/.github/workflows/integration-tests-pr.yml index 705df9a..40a999e 100644 --- a/.github/workflows/integration-tests-pr.yml +++ b/.github/workflows/integration-tests-pr.yml @@ -59,4 +59,5 @@ jobs: run: make testall env: METAL_API_TOKEN: ${{ secrets.METAL_API_TOKEN }} + ANSIBLE_ACC_METAL_DEDICATED_CONNECTION_ID: ${{ secrets.ANSIBLE_ACC_METAL_DEDICATED_CONNECTION_ID }} diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 9d6f336..f8b5ff7 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -51,3 +51,4 @@ jobs: run: make testall env: METAL_API_TOKEN: ${{ secrets.METAL_API_TOKEN }} + ANSIBLE_ACC_METAL_DEDICATED_CONNECTION_ID: ${{ secrets.ANSIBLE_ACC_METAL_DEDICATED_CONNECTION_ID }}