Skip to content

Commit 4224813

Browse files
committed
Added link to vercel
1 parent 478bdc6 commit 4224813

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

docs/config/config-file.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,9 @@ The `vercelSyncEnvVars` build extension syncs environment variables from your Ve
512512
<Note>
513513
You need to set the `VERCEL_ACCESS_TOKEN` and `VERCEL_PROJECT_ID` environment variables, or pass
514514
in the token and project ID as arguments to the `vercelSyncEnvVars` build extension. You can find
515-
/ generate the `VERCEL_ACCESS_TOKEN` in your Vercel dashboard under account settings / tokens.
516-
Make sure the scope of the token covers the project you want to sync.
515+
/ generate the `VERCEL_ACCESS_TOKEN` in your Vercel
516+
[dashboard](https://vercel.com/account/settings/tokens). Make sure the scope of the token covers
517+
the project you want to sync.
517518
</Note>
518519

519520
```ts

docs/guides/examples/vercel-sync-env-vars.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ This code syncs encrypted environment variables, filtering them based on the cur
1919
<Note>
2020
You need to set the `VERCEL_ACCESS_TOKEN` and `VERCEL_PROJECT_ID` environment variables, or pass
2121
in the token and project ID as arguments to the `vercelSyncEnvVars` build extension. You can find
22-
/ generate the `VERCEL_ACCESS_TOKEN` in your Vercel dashboard under account settings / tokens.
23-
Make sure the scope of the token covers the project you want to sync.
22+
/ generate the `VERCEL_ACCESS_TOKEN` in your Vercel
23+
[dashboard](https://vercel.com/account/settings/tokens). Make sure the scope of the token covers
24+
the project you want to sync.
2425
</Note>
2526

2627
```ts trigger.config.ts

docs/guides/frameworks/nextjs.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,9 @@ If you want to automatically sync environment variables from your Vercel project
252252
<Note>
253253
You need to set the `VERCEL_ACCESS_TOKEN` and `VERCEL_PROJECT_ID` environment variables, or pass
254254
in the token and project ID as arguments to the `vercelSyncEnvVars` build extension. You can find
255-
/ generate the `VERCEL_ACCESS_TOKEN` in your Vercel dashboard under account settings / tokens.
256-
Make sure the scope of the token covers the project you want to sync.
255+
/ generate the `VERCEL_ACCESS_TOKEN` in your Vercel
256+
[dashboard](https://vercel.com/account/settings/tokens). Make sure the scope of the token covers
257+
the project you want to sync.
257258
</Note>
258259

259260
```ts trigger.config.ts

0 commit comments

Comments
 (0)