Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romeovs/dotenv
Read variables from a .env file
https://github.com/romeovs/dotenv
Last synced: 24 days ago
JSON representation
Read variables from a .env file
- Host: GitHub
- URL: https://github.com/romeovs/dotenv
- Owner: romeovs
- Created: 2023-09-17T15:35:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T15:53:05.000Z (about 1 year ago)
- Last Synced: 2024-04-17T01:45:41.516Z (7 months ago)
- Language: TypeScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Actions dotenv reader
Read variables from a `.env` file.
Marks all env variables as secret automatically.
## Usage
```yml
- uses: romeovs/dotenv
id: env
with:
filename: .env
- run: echo ${{ steps.id.output.FOO }}
```