Skip to content

Pass GH_TOKEN as Docker build secret for sccache download#336

Merged
rapids-bot[bot] merged 1 commit intorapidsai:mainfrom
bdice:pass-gh-token-secret
Dec 12, 2025
Merged

Pass GH_TOKEN as Docker build secret for sccache download#336
rapids-bot[bot] merged 1 commit intorapidsai:mainfrom
bdice:pass-gh-token-secret

Conversation

@bdice
Copy link
Contributor

@bdice bdice commented Dec 12, 2025

Summary

  • Pass GITHUB_TOKEN as a Docker build secret for gh CLI authentication
  • Fixes rapids-install-sccache failing due to unauthenticated gh release download
  • Update README with local build instructions

The rapids-install-sccache script uses `gh release download` which
requires GitHub authentication. Pass GITHUB_TOKEN as a build secret
so gh CLI can authenticate without baking credentials into image layers.
@bdice bdice requested a review from a team as a code owner December 12, 2025 04:39
@bdice bdice requested review from msarahan and removed request for a team December 12, 2025 04:39
Copy link
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll file a follow-up at some point to switch this to environment-variable secrets so you don't need the $(cat) stuff, but merging this right now to get things unblocked.

@jameslamb
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 55b2473 into rapidsai:main Dec 12, 2025
314 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants