Notify Honeybadger of a new deployment

This commit is contained in:
Claudio Ortolina
2026-02-26 20:41:34 +00:00
parent 13e88be539
commit 205c1409e3
+4
View File
@@ -109,4 +109,8 @@ jobs:
run: hurl --test --report-tap verification.tap test/prod.hurl run: hurl --test --report-tap verification.tap test/prod.hurl
env: env:
HURL_api_token: ${{ secrets.API_TOKEN }} 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 - uses: pcolby/tap-summary@v1