chiragrajk/Authorize Deploy Action for GitHub Actions
Checks if actor, branch and commit can be deployed to environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| environment | Deployment stack environment | yes | — |
| default-branch | Default branch of the repo | yes | — |
| github-token | Github token to fetch repo collaborators | yes | — |
| commit-id | Commit id to be authorized. | yes | — |
| teams | Team ids allowed to make deploys. | yes | — |
Outputs
| name | description |
|---|---|
| authorized | true if authorized to be deployed. |