Skip to content

Github Action for testing your OpenFGA Authorization Model

License

Notifications You must be signed in to change notification settings

paulosuzart/action-openfga-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFGA Github Action - Test

FOSSA Status

This action can be used to test your authorization model using a store file.

Parameter

Parameter Description
store-file-path The path to your store file relative to the root of your project

Example

name: Test Action

on:
  workflow_dispatch:

jobs:
  test:
    name: Run test
    runs-on: ubuntu-latest
    steps:
      - uses: openfga/action-openfga-test@v0.1
        with:
          store-file-path: ./example/model.fga.yaml

License

FOSSA Status

About

Github Action for testing your OpenFGA Authorization Model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published