naiduarvind/Honeycomb Honeymarker
Add Honeycomb Markers to your GitHub Actions workflows.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Sep 24, 2020
- License
- MIT
Pinned Snippet
uses: naiduarvind/gha-honeymarker@fef9c155c57d0505721bde976effce0efef2e5fb # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| apikey | API key used to communicate with the Honeycomb API. | yes | — |
| dataset | Honeycomb dataset to use. | yes | — |
| type | Identifier for marker (e.g. "deploy"). | no | ${{ github.workflow }} |
| message | Message describing this specific marker (e.g. "24-success"). | no | ${{ github.run_number }}-${{ job.status }} |
Outputs
no outputs