Skip to content

Commit

Permalink
Update oidc-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcorr authored Jun 1, 2022
1 parent 9050043 commit 2e222fd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/oidc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest
environment: oidc
#environment: oidc
steps:
- name: Azure Login
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: $ {{ secrets.AZURE_SUBSCRIPTION_ID }}
#client-id: ${{ secrets.AZURE_CLIENT_ID }}
#tenant-id: ${{ secrets.AZURE_TENANT_ID }}
#subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

client-id: ba0c6a05-aeb6-45c4-9452-2cd4b0d1da08
tenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47
subscription-id: 909cb1f4-a3f2-4db6-8482-23ceb7e81eb0
- name: Azure Test
run: az account show

0 comments on commit 2e222fd

Please sign in to comment.