Depot CI now supports the code-quality token permission
04 AUG, 2026
Depot CI now supports GitHub's code-quality token permission for workflows that submit code quality and coverage results to GitHub.
Request the permission explicitly in your workflow:
permissions:
contents: read
code-quality: writeThe permission isn't included in read-all or write-all. Existing Depot Code Access app installations in GitHub may need approval for the new permission. See the Depot CI permissions reference for details.