Skip to content

S274: wire ResourceOrchestrator into server dispatch for local/LAN en… #19

S274: wire ResourceOrchestrator into server dispatch for local/LAN en…

S274: wire ResourceOrchestrator into server dispatch for local/LAN en… #19

# Notify sporePrint to refresh this primal's content on push to main.
# Managed by primalSpring — do not edit manually.
name: Notify sporePrint
on:
push:
branches: [main]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Dispatch refresh to sporePrint
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.SPOREPRINT_DISPATCH_TOKEN }}
repository: ecoPrimals/sporePrint
event-type: source-updated
client-payload: '{"source": "${{ github.event.repository.name }}", "sha": "${{ github.sha }}", "type": "primal", "content": "true"}'