Honeybadger Deploy Action
ActionsTags
(2)Sending deployment notifications to Honeybadger allows your team to associate spikes in errors to changes that were deployed.
Use these inputs to customise the action.
Input Name | Default | Required? | Description |
---|---|---|---|
api_key | N/A | Y | The Honeybadger project API key |
environment | production | N | The deployment environment |
endpoint | https://api.honeybadger.io/v1/deploys | N | The deploy submission endpoint |
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: honeybadger-io/github-notify-deploy-action@v1
with:
api_key: ${{ secrets.HONEYBADGER_API_KEY }}
Honeybadger Deploy Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.