Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions .env.example
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File repeated from PR #115
Remove from this PR

Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
# not required for local development
GITHUB_TOKEN=YOUR_GITHUB_TOKEN
# Steps to create:
# 1. Go to Settings -> Developer settings -> Personal access tokens -> Tokens (classic) -> Generate new token -> Generate new token (classic)
# 2. Permissions: repo, user
# 3. Generate token
# 4. Copy token
# 5. Paste token in .env.local

# required for tagline generation
GEMINI_API_KEY="api key" # your gemini api key
GITHUB_TOKEN=your_github_token_here
GEMINI_API_KEY=your_gemini_api_key_here
Loading
Loading