From a7989839df186c7aa6ba5dc0312a275ad29b37d9 Mon Sep 17 00:00:00 2001 From: Pradeep Srikakolapu Date: Fri, 22 Nov 2024 17:51:33 -0800 Subject: [PATCH] Testing OIDC --- .github/workflows/integration-tests-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-azure.yml b/.github/workflows/integration-tests-azure.yml index 5193dc7..2c0ba90 100644 --- a/.github/workflows/integration-tests-azure.yml +++ b/.github/workflows/integration-tests-azure.yml @@ -37,7 +37,7 @@ jobs: id: get-token run: | TOKEN=$(az account get-access-token --resource "https://database.windows.net/" --query accessToken -o tsv) - echo "$TOKEN" # Mask the token in the logs + echo "$TOKEN echo "ACCESS_TOKEN=$TOKEN" >> $GITHUB_ENV echo "Token fetched successfully"