✨ add discourse topic release workflow (#3003)
This commit is contained in:
18
.github/workflows/discourse.yml
vendored
Normal file
18
.github/workflows/discourse.yml
vendored
Normal file
@@ -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: ben
|
||||||
|
discourse-category: 11
|
||||||
|
discourse-tags:
|
||||||
|
releases
|
||||||
Reference in New Issue
Block a user