Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joggrdocs/hog-heaven
GitHub action for sending release annotations to PostHog, aka make sure your PostHog cloud is in "Hog Heaven".
https://github.com/joggrdocs/hog-heaven
github-actions posthog posthog-cloud
Last synced: 1 day ago
JSON representation
GitHub action for sending release annotations to PostHog, aka make sure your PostHog cloud is in "Hog Heaven".
- Host: GitHub
- URL: https://github.com/joggrdocs/hog-heaven
- Owner: joggrdocs
- License: mit
- Created: 2023-07-23T02:26:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T22:07:26.000Z (5 months ago)
- Last Synced: 2024-07-26T00:25:18.254Z (5 months ago)
- Topics: github-actions, posthog, posthog-cloud
- Language: JavaScript
- Homepage: https://joggr.io
- Size: 81.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
“Bicycles are the new rollerblades, talentless is the new talented, and I’m in hog heaven.” - Ryan Seacrest
# Overview
GitHub action for sending release annotations to PostHog, aka make sure your PostHog cloud is in "Hog Heaven".
## Usage
```yaml
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/[email protected]"
```## License
Licensed under MIT.
Want to sign up for Joggr?
We'd love to have you join, but we are in closed beta.
You can join our waitlist below.