Skip to content

Destroy NIH Test

Destroy NIH Test #11

Workflow file for this run

name: Destroy NIH Test
on:
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@main
- name: Log into Azure
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Azure CLI script
uses: azure/cli@v2
with:
azcliversion: 2.30.0
inlineScript: |
chmod +x .github/scripts/Delete_RGs.sh
.github/scripts/Delete_RGs.sh