Skip to content

Commit

Permalink
✨ add discourse topic release workflow (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored and QWp6t committed Mar 27, 2022
1 parent 8b73a59 commit c714b79
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@main
with:
discourse-api-key: ${{ secrets.DISCOURSE_RELEASES_API_KEY }}
discourse-base-url: ${{ secrets.DISCOURSE_BASE_URL }}
discourse-author-username: QWp6t
discourse-category: 23
discourse-tags:
releases

0 comments on commit c714b79

Please sign in to comment.