Add 'web/app/themes/badegg/' from commit 'b31aa7550b02a4516fdf161f53dc7666854c9a14'
git-subtree-dir: web/app/themes/badegg git-subtree-mainline:b862ff9755git-subtree-split:b31aa7550b
This commit is contained in:
18
web/app/themes/badegg/.github/workflows/discourse.yml
vendored
Normal file
18
web/app/themes/badegg/.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