Skip to content

Commit 30946f0

Browse files
committed
Add GITHUB_TOKEN with DOCUSAURUS_GIT_TOKEN fallback
Prioritize GITHUB_TOKEN for automatic GitHub Actions support Fallback to DOCUSAURUS_GIT_TOKEN for custom configurations Enables cross-platform contributor fetching in CI/CD and local dev"
1 parent eb756c4 commit 30946f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# To avoid rate limits, you can add a GitHub Personal Access Token
33
# Create one at: https://github.com/settings/tokens
44
# No special permissions needed for public repositories
5-
GITHUB_TOKEN=your_github_token_here
5+
DOCUSAURUS_GIT_TOKEN=your_github_token_here
66

77
# Shopify Configuration (for Merch Store)
88
# Get these from: Shopify Admin > Settings > Apps and sales channels > Develop apps

0 commit comments

Comments
 (0)