From cc9827b7df9c74878552a8518a0293fed70126b9 Mon Sep 17 00:00:00 2001 From: Pradeep Srikakolapu Date: Fri, 22 Nov 2024 17:53:04 -0800 Subject: [PATCH] Testing OIDC --- .github/workflows/integration-tests-azure.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests-azure.yml b/.github/workflows/integration-tests-azure.yml index 2c0ba90..f962fdd 100644 --- a/.github/workflows/integration-tests-azure.yml +++ b/.github/workflows/integration-tests-azure.yml @@ -36,10 +36,7 @@ jobs: - name: Get Azure Access Token id: get-token run: | - TOKEN=$(az account get-access-token --resource "https://database.windows.net/" --query accessToken -o tsv) - echo "$TOKEN - echo "ACCESS_TOKEN=$TOKEN" >> $GITHUB_ENV - echo "Token fetched successfully" + echo $(az account get-access-token --resource "https://database.windows.net/" --query accessToken -o tsv) # Print the token (for debugging) - name: Print Access Token