Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
/ hog-heaven Public archive

GitHub action for sending release annotations to PostHog, aka make sure your PostHog cloud is in "Hog Heaven".

License

Notifications You must be signed in to change notification settings

joggr-archive/hog-heaven

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation


“Bicycles are the new rollerblades, talentless is the new talented, and I’m in hog heaven.” - Ryan Seacrest

CodeQL CI
JS Semi-standard Style Prettier Style

Overview

GitHub action for sending release annotations to PostHog, aka make sure your PostHog cloud is in "Hog Heaven".

Usage

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" 

License

Licensed under MIT.



⚡️ Want to sign up for Joggr?

You can sign up for free at our website: https://joggr.io
(or click button below 👇)

Sign up


About

GitHub action for sending release annotations to PostHog, aka make sure your PostHog cloud is in "Hog Heaven".

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages