about summary refs log tree commit diff
path: root/tools/nixery/README.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-08-03T00·25+0100
committerVincent Ambo <github@tazj.in>2019-08-03T00·31+0100
commitaa260af1fff8a07a34c776e5b4be2b5c63b96826 (patch)
treed46b0077c8b715fed148ea8a12289aaedbe9097a /tools/nixery/README.md
parent07ef06dcfadef108cfb43df7610db710568a1c45 (diff)
docs: Add GCS signing envvars to README
Diffstat (limited to 'tools/nixery/README.md')
-rw-r--r--tools/nixery/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/nixery/README.md b/tools/nixery/README.md
index e0e634c3cb..bcb8e40ec7 100644
--- a/tools/nixery/README.md
+++ b/tools/nixery/README.md
@@ -87,6 +87,10 @@ variables:
   locally configured SSH/git credentials)
 * `NIXERY_PKGS_PATH`: A local filesystem path containing a Nix package set to use
   for building
+* `GCS_SIGNING_KEY`: A Google service account key (in PEM format) that can be
+  used to sign Cloud Storage URLs
+* `GCS_SIGNING_ACCOUNT`: Google service account ID that the signing key belongs
+  to
 
 ## Roadmap