From 7fe6ad806453c1606c2a93e457ff91ba8a03e4d8 Mon Sep 17 00:00:00 2001 From: Schryer Date: Wed, 25 Sep 2024 01:49:25 +0300 Subject: [PATCH] Update CONTRIBUTING.md (#417) * Update CONTRIBUTING.md Adding a note in CONTRIBUTING that fine-grained access tokens also work. * Update CONTRIBUTING.md --------- Co-authored-by: Cole Bemis --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 667d0487..da7cc684 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ gh repo clone lumen-notes/lumen ``` -1. Generate a GitHub [personal access token (classic)](https://github.com/settings/tokens/new) with `repo`, `gist`, and `user:email` scopes, then add it to a `.env.local` file in the root directory: +1. Generate a GitHub [personal access token (classic)](https://github.com/settings/tokens/new) with `repo`, `gist`, and `user:email` scopes, or a [fine-grained personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token) scoped to a specific repository with the additional read-only email scope and gist, then add it to a `.env.local` file in the root directory: ```shell VITE_GITHUB_PAT=