the-iron-bank-of-braavos/Remote dotenv to Environment (configserver alike)

Export remote dotenv configuration to GITHUB_ENV. With multiple options (alike a Spring Cloud Config server)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
repositoryThe repository ref <owner>/<repo>yes
tokenAccess token (you might provide GITHUB_TOKEN)no${{ github.token }}
branchRemote branch containing configuration (default 'main')no
destinationWorking folder to write configuration to (default 'RUNNER_TEMP')no
directorySubdirectory containing target dotenv file (default '.')no
filenameSubdirectory containing target dotenv file (default '.env')no
profileIf given, will split inject profile in filename (ex: <profile>.env)no
cleanupDelete configuration after loading (default 'true')notrue

no outputs