blumintinc/load-dotenv-vault
Loads a dotenv-vault environment from .env.vault into the GitHub Actions env
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dotenv-key | The dotenv-vault encryption key | yes | — |
| mode | The suffix to use on the .env file generated from dotenv-vault decrypt (e.g., ci results in .env.ci) | no | ci |
| load-mode | Sets whether the program should fail when the .env file is not present (strict) or continue (skip) | no | skip |
| node-version | The version of Node.js to use | no | 22 |
| node-version-file | The path to a file containing the version of Node.js to use | no | — |
| architecture | The architecture of Node.js to use (x86 or x64) | no | — |
| check-latest | Set to true to check for the latest available version of Node.js | no | — |
| registry-url | The base URL of the npm registry | no | — |
| scope | The scope of the npm registry | no | — |
| token | The token to use for authentication with the npm registry | no | — |
| always-auth | Set always-auth option in npmrc file | no | — |
| fetch-depth | actions/checkout fetch-depth | no | — |
| checkout-token | The token for the checkout | no | — |
Outputs
no outputs