feat(github): use GitHub Apps instead of GitHub Deploy Keys for pushes#452
Merged
feat(github): use GitHub Apps instead of GitHub Deploy Keys for pushes#452
Conversation
558a623 to
f0f31b7
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #452 +/- ##
==========================================
- Coverage 84.76% 83.95% -0.81%
==========================================
Files 51 52 +1
Lines 2691 2749 +58
Branches 416 427 +11
==========================================
+ Hits 2281 2308 +27
- Misses 303 333 +30
- Partials 107 108 +1
☔ View full report in Codecov by Sentry. |
8948080 to
09715d2
Compare
This allows for deployments that only work over HTTPS, and cannot use SSH. Deploy Keys are still easier to install, but GitHub Apps are now possible too.
09715d2 to
c9e5f6d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows for deployments that only work over HTTPS, and cannot use SSH. Deploy Keys are still easier to install, but GitHub Apps are now possible too.