Improved the GitHub link that is generated when the required scope of the token has mismatched with the present scope

This commit is contained in:
Sohan Honavar 2024-02-10 02:41:11 +05:30
parent babebfd3a1
commit 57b7999843

View File

@ -208,7 +208,7 @@ module GitHub
Your #{what} credentials do not have sufficient scope! Your #{what} credentials do not have sufficient scope!
Scopes required: #{needed_scopes} Scopes required: #{needed_scopes}
Scopes present: #{credentials_scopes} Scopes present: #{credentials_scopes}
#{GitHub.pat_blurb} #{GitHub.pat_blurb(needed_scopes.split(", "))}
EOS EOS
end end