diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index e953246d..0083893e 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -109,4 +109,8 @@ jobs: run: hurl --test --report-tap verification.tap test/prod.hurl env: HURL_api_token: ${{ secrets.API_TOKEN }} + - name: ⚡️ Notify honeybadger-io + uses: honeybadger-io/github-notify-deploy-action@v1 + with: + api_key: ${{ secrets.HONEYBADGER_API_KEY }} - uses: pcolby/tap-summary@v1