Skip to content

Commit

Permalink
Added link to vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
D-K-P committed Oct 23, 2024
1 parent 478bdc6 commit 4224813
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions docs/config/config-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,9 @@ The `vercelSyncEnvVars` build extension syncs environment variables from your Ve
<Note>
You need to set the `VERCEL_ACCESS_TOKEN` and `VERCEL_PROJECT_ID` environment variables, or pass
in the token and project ID as arguments to the `vercelSyncEnvVars` build extension. You can find
/ generate the `VERCEL_ACCESS_TOKEN` in your Vercel dashboard under account settings / tokens.
Make sure the scope of the token covers the project you want to sync.
/ generate the `VERCEL_ACCESS_TOKEN` in your Vercel
[dashboard](https://vercel.com/account/settings/tokens). Make sure the scope of the token covers
the project you want to sync.
</Note>

```ts
Expand Down
5 changes: 3 additions & 2 deletions docs/guides/examples/vercel-sync-env-vars.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ This code syncs encrypted environment variables, filtering them based on the cur
<Note>
You need to set the `VERCEL_ACCESS_TOKEN` and `VERCEL_PROJECT_ID` environment variables, or pass
in the token and project ID as arguments to the `vercelSyncEnvVars` build extension. You can find
/ generate the `VERCEL_ACCESS_TOKEN` in your Vercel dashboard under account settings / tokens.
Make sure the scope of the token covers the project you want to sync.
/ generate the `VERCEL_ACCESS_TOKEN` in your Vercel
[dashboard](https://vercel.com/account/settings/tokens). Make sure the scope of the token covers
the project you want to sync.
</Note>

```ts trigger.config.ts
Expand Down
5 changes: 3 additions & 2 deletions docs/guides/frameworks/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,9 @@ If you want to automatically sync environment variables from your Vercel project
<Note>
You need to set the `VERCEL_ACCESS_TOKEN` and `VERCEL_PROJECT_ID` environment variables, or pass
in the token and project ID as arguments to the `vercelSyncEnvVars` build extension. You can find
/ generate the `VERCEL_ACCESS_TOKEN` in your Vercel dashboard under account settings / tokens.
Make sure the scope of the token covers the project you want to sync.
/ generate the `VERCEL_ACCESS_TOKEN` in your Vercel
[dashboard](https://vercel.com/account/settings/tokens). Make sure the scope of the token covers
the project you want to sync.
</Note>

```ts trigger.config.ts
Expand Down

0 comments on commit 4224813

Please sign in to comment.