Skip to content

Commit 46ae0cd

Browse files
committed
Changed the issues
1 parent 44a1dcd commit 46ae0cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/api/.env.example

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ PORT=8080
77
CORS_ORIGINS=http://localhost:3000
88
NODE_ENV=development
99

10-
# Optional but needed for GitHub queries to work
10+
# Optional GitHub integration
11+
# To enable GitHub queries, set GITHUB_PERSONAL_ACCESS_TOKEN in your local .env file
1112
# Generate a classic token with "public_repo" access at https://github.com/settings/tokens
12-
GITHUB_PERSONAL_ACCESS_TOKEN=your_github_personal_access_token_here
13+
# GITHUB_PERSONAL_ACCESS_TOKEN should NEVER be committed to version control

0 commit comments

Comments
 (0)