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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathDirectory containing the .env file.no./
modeIf 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.nostrict

no outputs