Skip to content

Commit

Permalink
Merge pull request #65 from infhyroyage/dependabot/github_actions/azu…
Browse files Browse the repository at this point in the history
…re/login-2

Bump azure/login from 1 to 2
  • Loading branch information
infhyroyage committed Apr 17, 2024
2 parents 13de79a + 3a91614 commit 3b0e90e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-azure-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@main

- name: Login Azure as Contributor
uses: azure/login@v1
uses: azure/login@v2
with:
creds: '{"clientId":"${{ vars.AZURE_AD_SP_CONTRIBUTOR_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_AD_SP_CONTRIBUTOR_CLIENT_SECRET }}","subscriptionId":"${{ vars.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ vars.AZURE_TENANT_ID }}"}'

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@main

- name: Login Azure as Contributor
uses: azure/login@v1
uses: azure/login@v2
with:
creds: '{"clientId":"${{ vars.AZURE_AD_SP_CONTRIBUTOR_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_AD_SP_CONTRIBUTOR_CLIENT_SECRET }}","subscriptionId":"${{ vars.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ vars.AZURE_TENANT_ID }}"}'

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@main

- name: Login Azure as Contributor
uses: azure/login@v1
uses: azure/login@v2
with:
creds: '{"clientId":"${{ vars.AZURE_AD_SP_CONTRIBUTOR_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_AD_SP_CONTRIBUTOR_CLIENT_SECRET }}","subscriptionId":"${{ vars.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ vars.AZURE_TENANT_ID }}"}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Login Azure as Contributor
uses: azure/login@v1
uses: azure/login@v2
with:
creds: '{"clientId":"${{ vars.AZURE_AD_SP_CONTRIBUTOR_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_AD_SP_CONTRIBUTOR_CLIENT_SECRET }}","subscriptionId":"${{ vars.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ vars.AZURE_TENANT_ID }}"}'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-deploy-apim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
apim/apis-functions-swagger.yaml
- name: Login Azure as Contributor
uses: azure/login@v1
uses: azure/login@v2
with:
creds: '{"clientId":"${{ inputs.AZURE_AD_SP_CONTRIBUTOR_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_AD_SP_CONTRIBUTOR_CLIENT_SECRET }}","subscriptionId":"${{ inputs.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ inputs.AZURE_TENANT_ID }}"}'
enable-AzPSSession: true
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@main

- name: Login Azure as Contributor
uses: azure/login@v1
uses: azure/login@v2
with:
creds: '{"clientId":"${{ inputs.AZURE_AD_SP_CONTRIBUTOR_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_AD_SP_CONTRIBUTOR_CLIENT_SECRET }}","subscriptionId":"${{ inputs.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ inputs.AZURE_TENANT_ID }}"}'
enable-AzPSSession: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-deploy-functions-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: npm install --production

- name: Login Azure as Contributor
uses: azure/login@v1
uses: azure/login@v2
with:
creds: '{"clientId":"${{ inputs.AZURE_AD_SP_CONTRIBUTOR_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_AD_SP_CONTRIBUTOR_CLIENT_SECRET }}","subscriptionId":"${{ inputs.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ inputs.AZURE_TENANT_ID }}"}'

Expand Down

0 comments on commit 3b0e90e

Please sign in to comment.