Trigger website build after db updates

This commit is contained in:
Raicuparta 2023-03-05 20:15:29 +01:00 committed by GitHub
parent a813aeb0b3
commit 1c203ecc00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,3 +94,7 @@ jobs:
commit_user_name: Outer Wilds Mod Database
commit_user_email: database@outerwildsmods.com
commit_author: Outer Wilds Mod Database <database@outerwildsmods.com>
- name: Dispatch Website Build Event
run: |
curl -XPOST -u "${{ secrets.GH_USER }}:${{ secrets.GH_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/ow-mods/outerwildsmods.com/dispatches --data '{"event_type": "build"}'