You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What problem or use case are you trying to solve?
The bot currently utilizes personal access tokens to submit issues. There is a need to switch to the GitHub token for the repository 'openhands-agent' to ensure proper access and functionality.
Describe the UX of the solution you'd like
Once the GitHub personal access token is established, the bot should automatically authenticate with the repository and post issues without manual intervention.
Do you have thoughts on the technical implementation?
Implementing a configuration that allows the bot to securely store and use the new GitHub personal access token specifically for the 'openhands-agent' repository.
Describe alternatives you've considered
Continuing to use personal access tokens which may not comply with best practices for repository access.
Additional context
This feature will significantly enhance the bot’s functionality and streamline issue posting directly from Slack.
The text was updated successfully, but these errors were encountered:
What problem or use case are you trying to solve?
The bot currently utilizes personal access tokens to submit issues. There is a need to switch to the GitHub token for the repository 'openhands-agent' to ensure proper access and functionality.
Describe the UX of the solution you'd like
Once the GitHub personal access token is established, the bot should automatically authenticate with the repository and post issues without manual intervention.
Do you have thoughts on the technical implementation?
Implementing a configuration that allows the bot to securely store and use the new GitHub personal access token specifically for the 'openhands-agent' repository.
Describe alternatives you've considered
Continuing to use personal access tokens which may not comply with best practices for repository access.
Additional context
This feature will significantly enhance the bot’s functionality and streamline issue posting directly from Slack.
The text was updated successfully, but these errors were encountered: