-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: add JWT support #299
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #299 +/- ##
==========================================
+ Coverage 53.90% 54.44% +0.54%
==========================================
Files 26 28 +2
Lines 1829 1899 +70
==========================================
+ Hits 986 1034 +48
- Misses 752 773 +21
- Partials 91 92 +1 ☔ View full report in Codecov by Sentry. |
|
This PR adds support for JWT as an upcoming replacement for the deploy token. It's the first step for achieving the goal stated in #288.
Currently, we support both old deploy token and JWT for adding new tasks.