steph0/Remote dotenv to Environment (configserver alike)
Export remote dotenv configuration to GITHUB_ENV. With multiple options (alike a Spring Cloud Config server)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The repository ref <owner>/<repo> | yes | — |
| token | Access token (you might provide GITHUB_TOKEN) | no | ${{ github.token }} |
| branch | Remote branch containing configuration (default 'main') | no | — |
| destination | Working folder to write configuration to (default 'RUNNER_TEMP') | no | — |
| directory | Subdirectory containing target dotenv file (default '.') | no | — |
| filename | Subdirectory containing target dotenv file (default '.env') | no | — |
| profile | If given, will split inject profile in filename (ex: <profile>.env) | no | — |
| cleanup | Delete configuration after loading (default 'true') | no | true |
Outputs
no outputs