This commit is contained in:
Cihan Demirci
2024-07-25 16:51:01 +03:00
parent d044ca51fa
commit b5c9e56484

View File

@@ -54,6 +54,10 @@ jobs:
build-tag: ${{steps.build-tag.outputs.tag}}
steps:
- name: Install az cli
run: |
pip install azure
- uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
with:
client-id: ${{ secrets.AZURE_RUNNER_CLIENT_ID }}