zigiai/Manage Tenants Action
Track changes to tenants and dispatch dependant workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Global GitHub token with repo write access, can NOT use secrets.GITHUB_TOKEN! | no | — |
| ref | Global reference of the workflow run. The reference can be a branch, tag, or a commit SHA | no | — |
| repo | Global repo owner & name, slash separated, only set if invoking a workflow in a different repo | no | — |
| pattern | Tenant file pattern for example live/{environment}/tenants.yaml | yes | — |
| mode | Tenant file mode plaintext or yaml (default: plaintext) | no | plaintext |
| yaml-key | Path to tenants array (path.to.array) | no | — |
| ignore-dispatch-on-file | Ignore operations when tenant file created/updated/deleted | no | — |
| dispatch | Workflow dispactch rules (list of lines) | yes | — |
Outputs
no outputs