🔥 3-day streak
GitHub Actions (GH-200)58 / 142
Question 58 of 142
A workflow in the `web-app` repository needs to check out and read files from a separate private repository, `shared-config`, during its build. The engineer configures the default `GITHUB_TOKEN` with `contents: read` permission and passes it to the checkout step targeting `shared-config`, but the step fails with an authentication/permission error. What is the correct explanation and remediation?
Reviewed for accuracy · Report an issueNext question