blumintinc/decrypt-dotenv-vault
Decrypts a .env.vault file using dotenv-vault
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 11, 2025
- License
- MIT
Pinned Snippet
uses: blumintinc/decrypt-dotenv-vault@701c01d8f59f9ec79de241d547b32e4f8f2996cc # v1.3.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dotenv-key | The dotenv-vault encryption key | yes | — |
| env-file | The name of the environment file to generate | no | .env.ci |
| node-version | The version of Node.js to use | no | 20 |
| 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 | — |
| persist-credentials | Whether to configure the token or SSH key with the local git config | no | true |
| checkout-token | The token for the checkout | no | — |
Outputs
no outputs