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"