|
|
|
|
|
by whymarrh
2056 days ago
|
|
At their scale I do believe there’s a benefit to authenticating to see logs: a lot of people scrape GitHub for secrets. CI logs are at high risk for user error, errors where a user unintentionally marks something as non-secret when it should’ve been secret. Putting these logs behind auth feels like an easy filter for some scraping. |
|
By the time a human discovers their mistake it’s usually far too late.