Skip to content

Commit 928e429

Browse files
docs: add ci/cd auth instruction
1 parent 878a495 commit 928e429

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ Finally, let's start the app:
8787
pnpm run start
8888
```
8989

90+
### How to authorize CLI in CI/CD
91+
92+
To authorize CLI in your CI/CD workflows, put your API key in an env variable called `REPLEXICA_API_KEY`. The API key can be found in your [replexica.com dashboard](https://replexica.com/app).
93+
9094
## Test
9195

9296
Now, let's test the app by visiting [http://localhost:3000](http://localhost:3000) in your browser.

0 commit comments

Comments
 (0)