Skip to content

MUSE Brain 1.8.1 — Audit Hardening #2

MUSE Brain 1.8.1 — Audit Hardening

MUSE Brain 1.8.1 — Audit Hardening #2

Workflow file for this run

name: Notify Funkatorium Website
on:
release:
types: [published]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Trigger website rebuild
run: |
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.FUNKATORIUM_WEB_DISPATCH_TOKEN }}" \
https://api.github.com/repos/funkatorium/funkatorium-web/dispatches \
-d '{"event_type":"release-published","client_payload":{"repo":"${{ github.repository }}","tag":"${{ github.event.release.tag_name }}"}}'