Skip to content

Commit

Permalink
ci(deploy.yml): try removing explicit azure login step
Browse files Browse the repository at this point in the history
davidpomerenke committed Mar 9, 2024
1 parent e2d96ca commit 01a0f5b
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -73,11 +73,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Azure CLI
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# media-impact-monitor
# media-impact-monitor

<!-- badges: start -->
[![Project Status: WIP – Initial development is in progress](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
<!-- badges: end -->

0 comments on commit 01a0f5b

Please sign in to comment.