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

FEAT: Parameterize GitHub token environment variable #12

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

sabidhasan
Copy link
Collaborator

Description

Noticed that we currently have a manual setup for the API token in this repo, with no instructions and a need for manually setting the environment variable before loading the project.

This PR introduces the dot-env dependency which allows us to set the API token in a non-version-controlled file (.env.local) in a similar fashion to the Jobber Online repo. It also adds some instructions to the README for generating the Github token.

@sabidhasan sabidhasan requested a review from naarok May 26, 2023 00:09
@sabidhasan sabidhasan self-assigned this May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants