Skip to content

GitHub Action for integration testing your application with SpiceDB

License

Notifications You must be signed in to change notification settings

authzed/action-spicedb

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

SpiceDB GitHub Action

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@v1"
  with:
    version: "latest"