Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump azure/login from 2.0.0 to 2.1.0 #1450

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: ./mvnw --batch-mode --update-snapshots verify

- name: Set up Azure
uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a
uses: azure/login@6b2456866fc08b011acb422a92a4aa20e2c4de32
with:
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_IO }}

Expand Down