Skip to content

Commit

Permalink
Testing failure scenario to activate Slack Webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheislamdfe committed Oct 11, 2024
1 parent 5788563 commit b2e0ddb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/database-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
echo ' STORAGE ACCOUNT: ${{ env.STORAGE_ACCOUNT_NAME }}' >> $GITHUB_STEP_SUMMARY
echo ' FILENAME: ${{ env.BACKUP_FILE }}.sql.gz' >> $GITHUB_STEP_SUMMARY
- uses: azure/login@v2
if: failure()
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Get Slack webhook
uses: Azure/get-keyvault-secrets@v1
if: failure()
Expand Down

0 comments on commit b2e0ddb

Please sign in to comment.