-
Notifications
You must be signed in to change notification settings - Fork 322
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
fix: use enterprise token from env as fallback #2667
fix: use enterprise token from env as fallback #2667
Conversation
@chandumlg is this change needed for |
Codecov ReportBase: 45.60% // Head: 45.45% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## release/1.3.x #2667 +/- ##
=================================================
- Coverage 45.60% 45.45% -0.15%
=================================================
Files 287 287
Lines 47790 47790
=================================================
- Hits 21793 21722 -71
- Misses 24619 24691 +72
+ Partials 1378 1377 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Description
Falling back to enterprise token read from env (if not provided as an ldflag)
Security