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 a798983 commit cc9827b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc9827b

Please sign in to comment.