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

Don't leak GH token in token.txt by adding it to .gitignore #155

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

jofas
Copy link
Contributor

@jofas jofas commented Aug 4, 2024

When writing #154 I had to add my GitHub PAT to the repo in token.txt to avoid rate limitations when querying the GitHub API. token.txt is currently not ignored in version control, which can easily lead to leaked access tokens. To avoid this, token.txt should by added to .gitignore, which I have done in this PR. I did not write an extra issue for such a small change, hope that is okay.

@ekalinin
Copy link
Owner

ekalinin commented Aug 4, 2024

Thanks!

@ekalinin ekalinin merged commit 1c6184d into ekalinin:master Aug 4, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants