From f72f39fbac550566c10b5f9e8336bf0ee7db7f33 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 31 Jul 2021 12:54:34 +0300 Subject: cgitize.config: allow passing secrets via environment --- examples/cgitize.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/cgitize.toml b/examples/cgitize.toml index ed89878..6046e36 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -16,7 +16,8 @@ owner = "Your Name" [github] # If some of the repositories hosted on GitHub are private, you can use -# "personal access tokens" to access them. +# "personal access tokens" to access them. Also can be provided using the +# CGITIZE_GITHUB_ACCESS_TOKEN environment variable. #access_token = "XXX" # Some random repositories hosted on GitHub: @@ -27,7 +28,8 @@ id = "bobfang1992/pytomlpp" [bitbucket] # If some of the repositories hosted on Bitbucket are private, you can use "app -# passwords" to access them. +# passwords" to access them. Also can be provided using the +# CGITIZE_BITBUCKET_APP_PASSWORD environment variable. #app_password = "XXX" # Some random repositories hosted on Bitbucket: -- cgit v1.2.3