-
Notifications
You must be signed in to change notification settings - Fork 432
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
OPENAI_API_KEY
not properly detected?
#85
Comments
@PeterDaveHello If you are installing from https://github.com/apps/cr-gpt, please try setting the OPENAI_API_KEY under variables instead of secrets, as a GitHub app is unable to access the secrets value. |
Thanks, it works, not sure if that'll be security concerns that we should be careful? |
@PeterDaveHello Only the owner of the repo is able to view the variable settings, and since the app does not log or store any information related to the variable, it can be considered secure to a certain extent. |
Okay, thanks! |
This is terrible: anc95/ChatGPT-CodeReview#85
I got the same problem...Setting the OPENAI_API_KEY under variables didn't work. |
Got this error from multiple PRs:
(transmission-remote-gui/transgui#1427)
The secret was set as mentioned in the readme, tried both Repository & Organization level:
Not sure what's wrong? (I installed from https://github.com/apps/cr-gpt)
The text was updated successfully, but these errors were encountered: