keyenv/KeyEnv Secrets
Fetch secrets from KeyEnv and inject them into your CI/CD workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | KeyEnv service token for authentication | yes | — |
| environment | Environment name to fetch secrets from (e.g., production, staging, development) | yes | — |
| project-id | KeyEnv project ID. Optional if using a project-scoped service token. | no | "" |
| api-url | KeyEnv API base URL | no | https://api.keyenv.dev |
| export-env | Export secrets as environment variables for subsequent steps | no | true |
| env-file | Path to write secrets as a .env file (optional) | no | "" |
| mask-values | Mask secret values in GitHub Actions logs | no | true |
Outputs
| name | description |
|---|---|
| count | Number of secrets fetched |