Skip to content

Commit

Permalink
Using OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-iveylabs authored Jul 22, 2024
1 parent 1630048 commit fd634e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/eshoponweb-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
RESOURCE-GROUP: ivey-az400-github
LOCATION: uksouth
TEMPLATE-FILE: .azure/bicep/webapp.bicep
SUBSCRIPTION-ID: ebdcf40f-850b-442d-8751-f50b91715851
SUBSCRIPTION-ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
WEBAPP-NAME: ivey-az400-webapp


Expand Down Expand Up @@ -115,7 +115,9 @@ jobs:
- name: Azure Login
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

# Create resource group
- name: Create resource group
Expand Down

0 comments on commit fd634e6

Please sign in to comment.