fix(docs): note required base64 encoding for secrets
This commit is contained in:
parent
5a0a80832a
commit
69ec771aa0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue