SpiceDB GitHub Action

February 18, 2026 ยท View on GitHub

License Build Status Mailing List Discord Server Twitter

This project is a GitHub Action that runs a SpiceDB server for your workflows to use during integration tests.

Usage

Add the following any workflow:

steps:
- uses: "authzed/action-spicedb"
  with:
    version: "latest"