Skip to content

Commit

Permalink
Merge pull request #2341 from SwedbankPay/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…zure/login-2.2.0

Bump azure/login from 2.1.1 to 2.2.0
  • Loading branch information
mergify[bot] authored Sep 19, 2024
2 parents 6268b36 + 8914501 commit 2c02efc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-production-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
--site-url=https://developer.swedbankpay.com
- name: login
uses: azure/login@v2.1.1
uses: azure/login@v2.2.0
with:
creds: '{"clientId":"${{ secrets.SUBSCRIPTION_CLIENT_ID_PROD }}","clientSecret":"${{ secrets.SUBSCRIPTION_CLIENT_SECRET_PROD }}","subscriptionId":"${{ secrets.SUBSCRIPTION_ID_PROD }}","tenantId":"${{ secrets.TENANT_ID }}"}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
--site-url=https://developer.swedbankpay.com
- name: login
uses: azure/login@v2.1.1
uses: azure/login@v2.2.0
with:
creds: ${{ secrets.AZURE_CREDENTIALS_PROD }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-stage-ecom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
--site-url=https://developer-ecom.stage.swedbankpay.com
- name: azure login
uses: azure/login@v2.1.1
uses: azure/login@v2.2.0
with:
creds: '{"clientId":"${{ secrets.SUBSCRIPTION_CLIENT_ID_STAGE }}","clientSecret":"${{ secrets.SUBSCRIPTION_CLIENT_SECRET_STAGE }}","subscriptionId":"${{ secrets.SUBSCRIPTION_ID_STAGE }}","tenantId":"${{ secrets.TENANT_ID }}"}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-stage-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
--site-url=https://developer.stage.swedbankpay.com
- name: azure login
uses: azure/login@v2.1.1
uses: azure/login@v2.2.0
with:
creds: '{"clientId":"${{ secrets.SUBSCRIPTION_CLIENT_ID_STAGE }}","clientSecret":"${{ secrets.SUBSCRIPTION_CLIENT_SECRET_STAGE }}","subscriptionId":"${{ secrets.SUBSCRIPTION_ID_STAGE }}","tenantId":"${{ secrets.TENANT_ID }}"}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-stage-pos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
--site-url=https://developer-pos.stage.swedbankpay.com
- name: azure login
uses: azure/login@v2.1.1
uses: azure/login@v2.2.0
with:
creds: '{"clientId":"${{ secrets.SUBSCRIPTION_CLIENT_ID_STAGE }}","clientSecret":"${{ secrets.SUBSCRIPTION_CLIENT_SECRET_STAGE }}","subscriptionId":"${{ secrets.SUBSCRIPTION_ID_STAGE }}","tenantId":"${{ secrets.TENANT_ID }}"}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-stage-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
--site-url=https://developer-sdk.stage.swedbankpay.com
- name: azure login
uses: azure/login@v2.1.1
uses: azure/login@v2.2.0
with:
creds: '{"clientId":"${{ secrets.SUBSCRIPTION_CLIENT_ID_STAGE }}","clientSecret":"${{ secrets.SUBSCRIPTION_CLIENT_SECRET_STAGE }}","subscriptionId":"${{ secrets.SUBSCRIPTION_ID_STAGE }}","tenantId":"${{ secrets.TENANT_ID }}"}'

Expand Down

0 comments on commit 2c02efc

Please sign in to comment.