Skip to content

Commit

Permalink
Merge branch 'main' of github.com:alephdata/followthemoney
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Nov 21, 2024
2 parents 4707af2 + 693c11b commit d1d2068
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/discourse.yml
Original file line number Diff line number Diff line change
@@ -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
12 changes: 6 additions & 6 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1d2068

Please sign in to comment.