From 2107f9b30c2eccf60ea51e878f99bd5fb3c932e4 Mon Sep 17 00:00:00 2001 From: Sai Shanmukha Narumanchi Date: Mon, 27 Jan 2025 17:32:19 -0600 Subject: [PATCH] Update integration_tests.yaml --- .github/workflows/integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 27d681975..c294776e1 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -14,7 +14,7 @@ jobs: with: SERVICE_TO_TEST: fence TEST_REPO_BRANCH: chore/custom_cloud_auto_branch - CLOUD_AUTO_BRANCH: chore/fence_create_add_poetry_run + CLOUD_AUTO_BRANCH: refs/heads/chore/fence_create_add_poetry_run secrets: CI_AWS_ACCESS_KEY_ID: ${{ secrets.CI_AWS_ACCESS_KEY_ID }} CI_AWS_SECRET_ACCESS_KEY: ${{ secrets.CI_AWS_SECRET_ACCESS_KEY }}