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 93ca65e commit f093217
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 @@ -36,7 +36,7 @@ jobs:
- name: Get Azure Access Token
id: get-token
run: |
TOKEN=$(az account get-access-token --resource "https://database.windows.net//.default" --query accessToken -o tsv)
TOKEN=$(az account get-access-token --resource "https://database.windows.net/.default" --query accessToken -o tsv)
echo "ACCESS_TOKEN=$TOKEN" >> $GITHUB_ENV
# Output the token (slightly modified to bypass masking)
echo "Access Token: ${TOKEN::-4}****"
Expand Down

0 comments on commit f093217

Please sign in to comment.