Skip to content

Commit 0e109af

Browse files
committed
Add Discourse post action [ci skip]
1 parent cb93261 commit 0e109af

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/discourse.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)