Skip to content

Add az login pipeline step #2

Add az login pipeline step

Add az login pipeline step #2

Workflow file for this run

on:
push:
branches: main
jobs:
build_iac:
runs_on: ubuntu_latest

Check failure on line 6 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yaml

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 6, Col: 5): Unexpected value 'runs_on' .github/workflows/main.yaml (Line: 11, Col: 22): Unrecognized named-value: 'var'. Located at position 1 within expression: var.CLIENTID
steps:
- name: azure-login
uses: azure/login@v2
with:
client-id: ${{ var.CLIENTID }}
tenant-id: ${{ var.TENANTID }}
subscription-id: ${{ var.SUBSCRIPTIONID }}