-
Notifications
You must be signed in to change notification settings - Fork 6.3k
fix(appset): Add token to enterprise client (#23240) #23455
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(appset): Add token to enterprise client (#23240) #23455
Conversation
❌ Preview Environment undeployed from BunnyshellAvailable commands (reply to this comment):
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #23455 +/- ##
=======================================
Coverage 60.21% 60.21%
=======================================
Files 343 343
Lines 59047 59055 +8
=======================================
+ Hits 35553 35559 +6
+ Misses 20645 20636 -9
- Partials 2849 2860 +11 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Collin Walker <cwalker@ancestry.com>
2a4bc12
to
87cbea5
Compare
we have built/tested this in our production and it fixed the issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you for the fix.
@gdsoumya Do you know when this will be released (and what release)? |
This will need to be back ported to release branch and then eventually released with future patch releases. I don't have an eta atm |
/cherry-pick release-3.0 |
) (#23476) Signed-off-by: Collin Walker <cwalker@ancestry.com> Co-authored-by: Collin Walker <10523817+lets-call-n-walk@users.noreply.github.com> Co-authored-by: Collin Walker <cwalker@ancestry.com>
…j#23455) Signed-off-by: Collin Walker <cwalker@ancestry.com> Co-authored-by: Collin Walker <cwalker@ancestry.com>
…j#23455) Signed-off-by: Collin Walker <cwalker@ancestry.com> Co-authored-by: Collin Walker <cwalker@ancestry.com> Signed-off-by: enneitex <etienne.divet@gmail.com>
A change in how the token was passed, resulted in forgetting to pass the token to the enterprise client in the Pull Request Generator.
Checklist: