Uh oh!
There was an error while loading. Please reload this page.
chore(ci): pass CI_SUBMODULE_TOKEN to checkout for private submodules - #9
Merged
Conversation
The default GITHUB_TOKEN is scoped to one repo, so submodules: recursive fails
to clone the private sibling repos ("Repository not found"). Pass an explicit
cross-repo token to actions/checkout (used for both the main clone and the
recursive submodule fetch). No-op until the CI_SUBMODULE_TOKEN repository secret
is provisioned.
Part of #8.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016AjQcY78NgbagPSbPJRr6ZUh oh!
There was an error while loading. Please reload this page.
balbasty added a commit
that referenced
this pull request
Jul 24, 2026
Stale gitlinks (dev tree symlinks cpu/cuda). Point `cpu` at fastfields-cpu-lib@main and `cuda` at fastfields-cuda-lib@main (both now token'd + bumped through to kernels), so the real-submodule CI checkout resolves the current tree. Co-lands with the checkout-token PR #9. Part of #10. Claude-Session: https://claude.ai/code/session_016AjQcY78NgbagPSbPJRr6Z Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
token: ${{ secrets.CI_SUBMODULE_TOKEN }}to theactions/checkoutstep intest.yamlsosubmodules: recursivecan clone the privatecpu/cudasubmodule chains. Thebuildcheck currently fails at the submodule fetch beforemakeruns.No-op until the
CI_SUBMODULE_TOKENrepository secret is provisioned.Part of #8.
🤖 Generated with Claude Code
Generated by Claude Code