Skip to content

Commit

Permalink
chore: post release announcements to discourse
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Nov 21, 2024
1 parent 5c09148 commit 2c76f0c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/discourse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Post release topic on Discourse

on:
release:
types: [published]

jobs:
post:
runs-on: ubuntu-latest
steps:
- uses: roots/discourse-topic-github-release-action@c30dc233349b7c6f24f52fb1c659cc64f13b5474
with:
discourse-api-key: ${{ secrets.DISCOURSE_RELEASES_API_KEY }}
discourse-base-url: https://aleph.discourse.group/
discourse-category: 5
discourse-tags: |
release
ftm

0 comments on commit 2c76f0c

Please sign in to comment.