Skip to content

Commit

Permalink
Testing OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Nov 23, 2024
1 parent 3fe221c commit a798983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a798983

Please sign in to comment.