From 74709f31e040a16ee9781f4bcf595a8a817ca55d Mon Sep 17 00:00:00 2001 From: Ben Word Date: Mon, 14 Mar 2022 11:34:06 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20discourse=20topic=20release?= =?UTF-8?q?=20workflow=20(#3003)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/discourse.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/discourse.yml diff --git a/.github/workflows/discourse.yml b/.github/workflows/discourse.yml new file mode 100644 index 0000000..cb34378 --- /dev/null +++ b/.github/workflows/discourse.yml @@ -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