Skip to content

Commit 3bf464a

Browse files
committed
feat: add quotes to guide env credentials guide
1 parent 17d978b commit 3bf464a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/release-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ The `@cypress/`-namespaced NPM packages that live inside the [`/npm`](../npm) di
1818
- Set up the following environment variables:
1919
- Cypress AWS access key and secret in `aws_credentials_json`, which looks like this:
2020
```text
21-
aws_credentials_json={"bucket":"cdn.cypress.io","folder":"desktop","key":"...","secret":"..."}
21+
aws_credentials_json='{"bucket":"cdn.cypress.io","folder":"desktop","key":"...","secret":"..."}'
2222
```
2323
- A [GitHub token](https://github.com/settings/tokens) and a [CircleCI token](https://circleci.com/account/api) in `ci_json`:
2424
```text
25-
ci_json={"githubToken":"...","circleToken":"..."}
25+
ci_json='{"githubToken":"...","circleToken":"..."}'
2626
```
2727
- 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.
2828
```text

0 commit comments

Comments
 (0)