@joggrdocs/hog-heaven
ActionsGithub action for sending release annotations to PostHog, aka make sure your PostHog cloud is in Hog Heaven
v1.3.1
LatestBy joggrdocs
Tags
(2)“Bicycles are the new rollerblades, talentless is the new talented, and I’m in hog heaven.” - Ryan Seacrest
GitHub action for sending release annotations to PostHog, aka make sure your PostHog cloud is in "Hog Heaven".
name: 'Release the Kraken'
on:
release:
types: [created, published]
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v1
# ... do some release things...
- name: Release the Kraken
uses: joggrdocs/hog-heaven@main
with:
api_key: ${{ secrets.POSTHOG_API_KEY }}
project_id: 1111111
content: "Release - ${{ github.repository }}@${{ github.ref_name }}"
# => outputs: "Release - @joggrdocs/hog-heaven@v1.0.0"
Licensed under MIT.
We'd love to have you join, but we are in closed beta.
You can join our waitlist below.
@joggrdocs/hog-heaven 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.