Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/samples_destroy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: samples_destroy
name: Destroy sample apps
run-name: Destroy sample apps

on:
Expand All @@ -9,6 +9,8 @@ jobs:
name: Destroy sample apps
runs-on: ubuntu-latest
environment: development
permissions:
id-token: write
env:
ARM_CLIENT_ID: "${{ secrets.AZURE_CLIENT_ID }}"
ARM_SUBSCRIPTION_ID: "${{ secrets.AZURE_SUBSCRIPTION_ID }}"
Expand Down