Skip to content

Commit

Permalink
👷 Add release workflow for Discourse topic
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Aug 31, 2022
1 parent 25e6f22 commit bc1f3f5
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: system
discourse-category: 7
discourse-tags:
releases

0 comments on commit bc1f3f5

Please sign in to comment.