Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No .env file #8

Open
pauljones0 opened this issue May 29, 2024 · 1 comment
Open

No .env file #8

pauljones0 opened this issue May 29, 2024 · 1 comment

Comments

@pauljones0
Copy link

Docs mention "the .env file"

No such env file exists. Do you want users to create their own .env file? Is so, where?

Please update Readme

@JeremiahPetersen
Copy link
Owner

JeremiahPetersen commented May 29, 2024

Hi @pauljones0. Yep! you will create your own .env in the root folder "RepoToText" -- The .env contains any "secrets" like pass keys. Typically .env files are not included in a repository and each user creates their own. you would create a .env and add
GITHUB_API_KEY='paste_your_key_here'

i saw someone on youtube made a short video on this project. here is the part where they create a github api key and add it to .env -- https://youtu.be/Y7Cp1a0syVY?si=3I46hTAdLHOt2K75&t=106

let me know if you have any issues with it!

*updated the readme

Here is what it will look like

repototext env file create

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants