step-security/StepSecurity Dotenv Loader
Read a .env file and export every key into GITHUB_ENV so subsequent steps can use the variables.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Directory containing the .env file. | no | ./ |
| mode | If set, load .env.<mode> instead of plain .env (e.g. development, production). | no | "" |
| load-mode | 'strict' to fail when the .env file is missing; 'skip' to continue silently. | no | strict |
Outputs
no outputs