We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269efa0 commit 753f00cCopy full SHA for 753f00c
src/libfetchers/github.cc
@@ -172,6 +172,7 @@ struct GitArchiveInputScheme : InputScheme
172
return input;
173
}
174
175
+ // Search for the longest possible match starting from the begining and ending at either the end or a path segment.
176
std::optional<std::string> getAccessToken(const fetchers::Settings & settings, const std::string & host, const std::string & url) const override
177
{
178
auto tokens = settings.accessTokens.get();
0 commit comments