Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

v0.58.108

v0.58.108 #463

name: Release PostHog to Discord
on:
release:
types: [published]
# No GITHUB_TOKEN permissions needed -- only calls an external webhook
permissions: {}
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: SethCohen/github-releases-to-discord@37afa88c8c9302a9307244b5a0d4e782d528a4b5 # v1.15.1
with:
webhook_url: ${{ secrets.DISCORD_RELEASE_WEBHOOK_URL }}