Skip to content

Include environment variables in executables at compile time

License

Notifications You must be signed in to change notification settings

unfoldml/include-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

include-env

Embed secrets (e.g. API keys) from environment variables inside production artifacts without checking them into the repository.

This use case is relevant e.g. in continuous integration (CI) settings.

Example

In GitHub each private repository can have a number of secrets, which can be conveniently changed without being exposed as needed; GitHub Actions can pass repository secrets in as environment variables during any step, which is where this library comes in handy.

About

Include environment variables in executables at compile time

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published