andreijiroh-dev/Load dotenvx secrets
Load secrets encrypted by dotenvx from a dotenv file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to dotenv file with dotenvx-encrypted secrets relative to the workspace root, defaults to .env.ci | yes | .env.ci |
| key | The value of `DOTENV_PRIVATE_KEY_CI` from your .env.keys file. | yes | — |
| inject-env-vars | Whether to inject decrypted secrets as environment variables for subsequent steps within the runner environment | — | false |
Outputs
| name | description |
|---|---|
| DOTENV_KEYS_LOADED | Operates similarly with `CI` and friends |
| DOTENV_DECRYPTION_FAILURE | Whether there are failed secret decryptions or not |
| DOTENV_DECRYPTION_FAIL_COUNT | Number of failed secret decryptions |