authzed / action-spicedb

GitHub Action for integration testing your application with SpiceDB

Home Page:https://docs.authzed.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

GitHub Action for integration testing your application with SpiceDB

https://docs.authzed.com

License:Apache License 2.0


Languages

Language:Shell 55.5%Language:Dockerfile 44.5%