Skip to content

Commit

Permalink
chore: add discourse release topic action
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Oct 15, 2024
1 parent a51a54f commit 4e9b12e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/discourse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Post release announcement to 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
alephclient

0 comments on commit 4e9b12e

Please sign in to comment.