math280h/Validate secrets and variables in env, repository, org for a github action
This action checks if the secrets and variables are present in the environment, repository, or organization
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Array of files to process | yes | — |
| env_name | Name of the github environment, if not specified repository level will be checked | no | — |
| gh_token | Github token to use for the action | yes | — |
| check_org | Check if the variable is present in the organization | no | false |
| verbose | Print verbose logs | no | false |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |
| missing_files | The files that were not found |