Skip to content

Commit

Permalink
fix: add missing az login step to ssl workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinKruglov committed May 31, 2024
1 parent 2436031 commit 7b06f1a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ jobs:
echo zoneName=${{ needs.check_need_for_validation_update.outputs.zoneName }} >> $GITHUB_OUTPUT
echo needsToReEvaluate=${{ needs.check_need_for_validation_update.outputs.needsToReEvaluate }} >> $GITHUB_OUTPUT
- name: Azure login
uses: azure/login@v2.1.1
with:
creds: ${{ secrets.AZURE_SP_CREDENTIALS }}

- name: Regenerate validation token
id: regenerateValidationToken
uses: azure/CLI@v2.0.0
Expand Down

0 comments on commit 7b06f1a

Please sign in to comment.