Skip to content

Commit 4e9b12e

Browse files
committed
chore: add discourse release topic action
1 parent a51a54f commit 4e9b12e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/discourse.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Post release announcement to 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@c30dc233349b7c6f24f52fb1c659cc64f13b5474
12+
with:
13+
discourse-api-key: ${{ secrets.DISCOURSE_RELEASES_API_KEY }}
14+
discourse-base-url: https://aleph.discourse.group/
15+
discourse-category: 5
16+
discourse-tags: |
17+
release
18+
alephclient
19+

0 commit comments

Comments
 (0)