https://github.com/google/go-github/blob/98a62fd200b35bf0a7abe7862fc38ffcae5c7c28/github/github.go#L357 https://github.com/solo-io/go-utils/actions/runs/17443501845/job/49536252526#step:8:402 ``` GET https://api.github.com/repos/solo-io/testrepo/contents/changelog/v0.0.16?ref=v0.0.17: 401 Bad credentials [] ``` https://github.com/solo-io/go-utils/actions/runs/17443501845/job/49536252526#step:8:405 ```yaml Status: "401 Unauthorized", ``` https://github.com/solo-io/go-utils/actions/runs/17443501845/job/49536252526#step:8:483 ```yaml "Authorization": ["Bearer "], ``` ```sh curl -H 'Authorization: Bearer ' 'https://api.github.com/repos/solo-io/testrepo/contents/changelog/v0.0.16?ref=v0.0.17' ``` ```json { "message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401" } ```