Skip to content

Commit

Permalink
ci: add AZ login for container app deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
fgmadeira committed Feb 14, 2024
1 parent 8b42c38 commit 993655d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dashboard-preview-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
branch: preview/pr-${{ github.event.number }}
api_key: ${{ secrets.NEON_API_KEY }}

- name: Log in to Azure
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Delete Container App
run: |
az containerapp ingress show -g RG-ethereal_realms_accelerator -n ethereal-nexus-app-$PR_NUMBER

0 comments on commit 993655d

Please sign in to comment.