Skip to content

TO-DROP: test Azure login #1951

TO-DROP: test Azure login

TO-DROP: test Azure login #1951

Workflow file for this run

name: test-azure-login
on: [push, pull_request]
jobs:
test-azure-login:
runs-on: ubuntu-latest
environment: release
steps:
- name: Log into Azure
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}