From 88c5cda39efa00f6e0a0829c3615c0eabec21190 Mon Sep 17 00:00:00 2001 From: Krishna Agarwal <159047652+krishnaa05@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:54:41 -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 c294776e1..27d681975 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: refs/heads/chore/fence_create_add_poetry_run + CLOUD_AUTO_BRANCH: 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 }}