You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support GitHub Application login with JWT and ClientID.
Without use PAT.
Use an installation access token to authenticate for HTTP-based Git access. Your app must have the "Contents" repository permission. You can then use the installation access token as the HTTP password. Replace TOKEN with the installation access token: git clone https://x-access-token:[email protected]/owner/repo.git.
The text was updated successfully, but these errors were encountered:
eduardodfmex
changed the title
Support GitHub Application login with JWT and ClientID
Support GitHub Application login with INSTALLATION_TOKEN
Jan 15, 2025
Support GitHub Application login with JWT and ClientID.
Without use PAT.
Use an installation access token to authenticate for HTTP-based Git access. Your app must have the "Contents" repository permission. You can then use the installation access token as the HTTP password. Replace TOKEN with the installation access token: git clone https://x-access-token:[email protected]/owner/repo.git.
The text was updated successfully, but these errors were encountered: