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
To speed up the installation and dev/testing process, only create a GitHub SSH key and PAC if needed. Determine whether a function already exists that performs such a check. (Hint: Allow setting GitHub commit status using ssh key. #81)
First check if such a GitHub ssh key exists locally, and if yes:
Verify if it works, if it does work, skip adding a GitHub ssh key.
Then check if such a GitHub personal access token exists locally, and if yes:
Verify if it works, if it does work, skip adding a GitHub personal access token.
Relevant code:
set_personal_github_pat_and_verify()
# TODO: first verify if the GitHub pat exists and can be used, before
# creating a new one.
The text was updated successfully, but these errors were encountered:
Relevant code:
The text was updated successfully, but these errors were encountered: