We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb93261 commit 0e109afCopy full SHA for 0e109af
1 file changed
.github/workflows/discourse.yml
@@ -0,0 +1,17 @@
1
+name: Post release topic on Discourse
2
+
3
+on:
4
+ release:
5
+ types: [published]
6
7
+jobs:
8
+ post:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: roots/discourse-topic-github-release-action@main
12
+ with:
13
+ discourse-api-key: ${{ secrets.DISCOURSE_RELEASES_API_KEY }}
14
+ discourse-base-url: ${{ secrets.DISCOURSE_BASE_URL }}
15
+ github-token: ${{ github.token }}
16
+ discourse-category: 12
17
+ discourse-tags: releases
0 commit comments