fix: default token only on public github instance#157
Conversation
There was a problem hiding this comment.
Pull request overview
This PR modifies the default value for the token input in the GitHub Action to only use github.token when running on public GitHub (github.com), and defaults to an empty string for GitHub Enterprise Server (GHES) instances.
Changes:
- Updated the
tokeninput's default value to conditionally usegithub.tokenonly on public GitHub
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Caution Review failedThe pull request is closed. WalkthroughThe Changes
📜 Recent review detailsConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
✏️ Tip: You can disable this entire section by setting Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes #156