Skip to content

Commit

Permalink
Merge pull request #3 from AES-Outreach/f/webhook-action
Browse files Browse the repository at this point in the history
  • Loading branch information
seofernando25 authored Feb 27, 2023
2 parents c22a60a + 711e561 commit 89b0fe6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ jobs:
npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Ping Discord on failure
if: ${{ failure() }}
uses: rjstone/discord-webhook-notify@v1
with:
webhookUrl: ${{ secrets.WEBHOOK_URL_MERGE_FAILURE }}
details: 'express-react-pdf merge workflow failed!'

0 comments on commit 89b0fe6

Please sign in to comment.