-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update azure/login action to v1.5.1
- Loading branch information
1 parent
63cffb0
commit 3fc2c8e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,7 @@ jobs: | |
Commit SHA: ${{ steps.set-pr-sha.outputs.head_sha }} | ||
reactions: "rocket" | ||
- name: AZ B2C Tenant Login | ||
uses: azure/[email protected].0 | ||
uses: azure/[email protected].1 | ||
with: | ||
creds: '${{ secrets.AZURE_AADB2C_CREDENTIALS }}' | ||
allow-no-subscriptions: true | ||
|
@@ -217,7 +217,7 @@ jobs: | |
🏁 This PR has been closed. No deployment preview is available. | ||
reactions: "hooray" | ||
- name: AZ B2C Tenant Login | ||
uses: azure/[email protected].0 | ||
uses: azure/[email protected].1 | ||
with: | ||
creds: '${{ secrets.AZURE_AADB2C_CREDENTIALS }}' | ||
allow-no-subscriptions: true | ||
|