From 3bf464a699c7ca98e2e06c82bb26d8f01fbd2fe3 Mon Sep 17 00:00:00 2001 From: mjhenkes Date: Tue, 21 Dec 2021 09:27:07 -0600 Subject: [PATCH] feat: add quotes to guide env credentials guide --- guides/release-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/release-process.md b/guides/release-process.md index 9b4342f8cfb5..0562d066e93f 100644 --- a/guides/release-process.md +++ b/guides/release-process.md @@ -18,11 +18,11 @@ The `@cypress/`-namespaced NPM packages that live inside the [`/npm`](../npm) di - Set up the following environment variables: - Cypress AWS access key and secret in `aws_credentials_json`, which looks like this: ```text - aws_credentials_json={"bucket":"cdn.cypress.io","folder":"desktop","key":"...","secret":"..."} + aws_credentials_json='{"bucket":"cdn.cypress.io","folder":"desktop","key":"...","secret":"..."}' ``` - A [GitHub token](https://github.com/settings/tokens) and a [CircleCI token](https://circleci.com/account/api) in `ci_json`: ```text - ci_json={"githubToken":"...","circleToken":"..."} + ci_json='{"githubToken":"...","circleToken":"..."}' ``` - You'll also need to put the GitHub token under its own variable and get a [ZenHub API token](https://app.zenhub.com/dashboard/tokens) for the `release-automations` step. ```text