From 69ec771aa07eef9065b270750e129ed6c4a90263 Mon Sep 17 00:00:00 2001 From: ssube Date: Wed, 18 Sep 2019 09:21:49 -0500 Subject: [PATCH] fix(docs): note required base64 encoding for secrets --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 896788f..041dac7 100644 --- a/README.md +++ b/README.md @@ -117,3 +117,5 @@ This template expects a few secrets to exist in the environment, including token | GITHUB_SECRET | github.com token, required for publishing status | | NPM_SECRET | npmjs.com token, required for publishing npm packages | | SONAR_SECRET | sonarcloud token | + +Secrets should be provided as environment variables, with the secret value `base64`-encoded.