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