Skip to content

Commit

Permalink
Add az login pipeline step
Browse files Browse the repository at this point in the history
  • Loading branch information
hannaclaessonOP committed Nov 19, 2024
1 parent 21847b7 commit 63c85e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
branches: main
jobs:
build_iac:
runs_on: ubuntu_latest
steps:
- name: azure-login
uses: azure/login@v2
with:
client-id: ${{ var.CLIENTID }}
tenant-id: ${{ var.TENANTID }}
subscription-id: ${{ var.SUBSCRIPTIONID }}
Empty file added package.json
Empty file.

0 comments on commit 63c85e3

Please sign in to comment.