1
0
Fork 0

fix(docs): note required base64 encoding for secrets

This commit is contained in:
ssube 2019-09-18 09:21:49 -05:00
parent 5a0a80832a
commit 69ec771aa0
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 0 deletions

View File

@ -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.