UTILITY·GitHub·Other

World State GitHub Action

Inject real-time prediction-market world state into CI/CD workflows

A GitHub Action that pulls the current world state and writes it to a workflow output or file artifact. Useful for:

  • Gating auto-deploys on "market says low uncertainty"
  • Driving scheduled research workflows (daily/weekly reports)
  • Seeding LLM-powered PR reviewers with current context

Quickstart

- uses: spfunctions/world-state-action@v1
  with:
    api-key: ${{ secrets.SF_API_KEY }}
    categories: macro,geopolitics
- run: echo "${{ steps.world.outputs.summary }}"

Tags

utilitytypescriptgithub-actioncidevops

Related