Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibiraj-s/action-toenv
GitHub Action that writes given environment variables to .env file
https://github.com/sibiraj-s/action-toenv
Last synced: 12 days ago
JSON representation
GitHub Action that writes given environment variables to .env file
- Host: GitHub
- URL: https://github.com/sibiraj-s/action-toenv
- Owner: sibiraj-s
- License: mit
- Created: 2024-10-21T14:48:44.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-05T07:19:38.000Z (16 days ago)
- Last Synced: 2025-02-07T03:28:59.866Z (14 days ago)
- Language: Shell
- Homepage: https://github.com/marketplace/actions/action-toenv
- Size: 565 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Action ToEnv
Action ToEnv is a GitHub Action that writes given environment variables to a .env file.
## Usage
`.github/workflows/write-env.yml`:
```yml
- uses: sibiraj-s/action-toenv@v1
with:
env: |
FOO=BAR
BAZ=QUX
```## Security
For better security it is recommended to audit the code and pin actions to a full length commit SHA.
Read more on
[using third-party actions](https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions)