From 2c76f0c9bbe19abc92ef866c7e89b98eb2939d84 Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Thu, 21 Nov 2024 10:29:56 +0100 Subject: [PATCH] chore: post release announcements to discourse --- .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 000000000..cc3d5159a --- /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@c30dc233349b7c6f24f52fb1c659cc64f13b5474 + with: + discourse-api-key: ${{ secrets.DISCOURSE_RELEASES_API_KEY }} + discourse-base-url: https://aleph.discourse.group/ + discourse-category: 5 + discourse-tags: | + release + ftm