Skip to content

Commit ce588e4

Browse files
authored
docs: update how to deploy to vercel (#474)
1 parent b1b615c commit ce588e4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,9 @@ Step-by-step guide on setting up your own Vercel instance.
328328
7. To import a project, click the `Add New...` or `+` button and select the `Project` option.
329329
8. Click the Continue with GitHub button, search for the required Git Repository and import it by clicking the `Import` button. Alternatively, you can import a Third-Party Git Repository using the `Import Third-Party Git Repository` link at the bottom of the page.
330330
9. Create a personal access token (PAT) [here](https://github.com/settings/tokens/new) and enable the `repo` and `user` permissions (this allows access to see private repo and user stats).
331-
10. Add the PAT as an environment variable named `GH_TOKEN_1`.
332-
11. Repeat step number 9 and add PAT up to the `GH_TOKEN_3` environment variable.
333-
12. In build and output settings, you set install command toggle and add command `npm install typescript`.
334-
13. Click deploy, and you're good to go. See your domains to use the API!
331+
10. Add the PAT as an environment variable named `GH_TOKEN`.
332+
11. In build and output settings, you set install command toggle and add command `npm install typescript`.
333+
12. Click deploy, and you're good to go. See your domains to use the API!
335334

336335
[![Deploy](https://raw.githubusercontent.com/FajarKim/FajarKim/master/images/deploy-on-vercel.svg)](https://vercel.com/import/project?template=https://github.com/FajarKim/github-readme-profile)
337336

0 commit comments

Comments
 (0)