Skip to content

Commit

Permalink
Remove extra hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Mar 2, 2023
1 parent 014f687 commit bb5782a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v9/recording/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Access "Project settings" in Cypress Cloud and copy the contents of each of the

Refer to the GitHub documentation
- [Creating encrypted secrets for a repository](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository).
-

When you have done this, the example recording will take the `projectId` from the `EXAMPLE_PROJECT_ID` variable instead of from the [cypress.json](cypress.json) configuration file.

This setup allows the example recording to run in your own Cypress Cloud project, whilst leaving the same example for use in the parent repository [cypress-io/github-action](https://github.com/cypress-io/github-action) unchanged. The parent repository has its own `EXAMPLE_RECORDING_KEY` defined as a secret and it uses the `projectId` as defined in the [cypress.json](cypress.json) configuration file.

0 comments on commit bb5782a

Please sign in to comment.