From 205c1409e3c6c0e38a467d735244dd5ac21b0f8d Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 26 Feb 2026 20:41:34 +0000 Subject: [PATCH] Notify Honeybadger of a new deployment --- .github/workflows/test_and_deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) 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