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

Use GITHUB_TOKEN name instead of GITHUB_API_KEY #666

Open
pelikhan opened this issue Aug 27, 2024 · 1 comment
Open

Use GITHUB_TOKEN name instead of GITHUB_API_KEY #666

pelikhan opened this issue Aug 27, 2024 · 1 comment

Comments

@pelikhan
Copy link
Contributor

The GITHUB_TOKEN is the common name for the GitHub apis, set by default in codespaces.

apiKey = getEnv('GITHUB_API_KEY')

@pelikhan
Copy link
Contributor Author

This is a breaking change; but you could also support both.

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
@pelikhan and others