Skip to content

Commit 94e1a8a

Browse files
Merge pull request #2956 from itecompro/add-manage-api-keys-link
docs(devtools/ci-cd): add 'manage-api-keys' link
2 parents a279f29 + e7e233f commit 94e1a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/devtools/ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Ideally, `DEVTOOLS_API_KEY` environment variable should be retrieved from GitHub
134134

135135
This workflow will run per each pull request that's targeting the `master` branch OR in case there's a direct commit to the `master` branch. Feel free to align this configuration to whatever your project needs. What's essential here is that we provide necessary environment varaiables for our `GraphPublisher` class (to run).
136136

137-
However, there's one variable that needs to be updated before we can start using this workflow - `DEVTOOLS_API_KEY`. We can generate an API key dedicated for our project on this **page** .
137+
However, there's one variable that needs to be updated before we can start using this workflow - `DEVTOOLS_API_KEY`. We can generate an API key dedicated for our project on this [page](https://devtools.nestjs.com/settings/manage-api-keys).
138138

139139
Lastly, let's navigate to the `main.ts` file again and update the `publishOptions` object we previously left empty.
140140

0 commit comments

Comments
 (0)