feat: 38589 GitHub App Authentication (#15807)

* feat: 38589 GitHub App Authentication

Allows both git@<personal-token> and x-access-token@<github-access-token> when authenticating using git.
This allows GitHub App tokens to work without interfering with existing authentication types.

---------

Co-authored-by: Jake Jackson <thedoubl3j@Jakes-MacBook-Pro.local>
This commit is contained in:
Andrea Restle-Lay
2025-02-19 18:13:45 -05:00
committed by GitHub
parent e56752d55b
commit bf4d45452c
5 changed files with 27 additions and 12 deletions

View File

@@ -1,3 +1,4 @@
aiohttp>=3.9.4 # CVE-2024-30251
ansi2html # Used to format the stdout from jobs into html for display
asciichartpy