Skip to content

Commit

Permalink
Send a dispatch to tardis website to update credits
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Mar 3, 2025
1 parent a51af90 commit d6e63ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ jobs:
README.rst
docs/resources/credits.rst
- name: Dispatch to Tardis Website
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.BOT_TOKEN }}" \
-H "Accept: application/vnd.github+json" \
-H "Content-Type: application/json" \
-d '{ "event_type": "update-credits" }' \
https://api.github.com/repos/tardis-sn/tardis-org-data/dispatches
pull_request:
needs: [changelog, citation, credits]
runs-on: ubuntu-latest
Expand Down

0 comments on commit d6e63ae

Please sign in to comment.