Skip to content

ci: notify RL360 to bump submodule pointer on prod push#23

Merged
flukeskywalker merged 2 commits into
prodfrom
ci/notify-rl360-prod-bump
May 19, 2026
Merged

ci: notify RL360 to bump submodule pointer on prod push#23
flukeskywalker merged 2 commits into
prodfrom
ci/notify-rl360-prod-bump

Conversation

@DavidBellamy
Copy link
Copy Markdown
Collaborator

Summary

Adds a workflow that fires a repository_dispatch (event type submodule-prod-updated) into LLM360/RL360 whenever prod moves here. RL360's auto-bump workflow (RL360#313) consumes the dispatch and opens a PR bumping submodules/miles to the new prod HEAD.

Same workflow is being added to the other prod-tracked forks (harbor, miles, sglang, megatron-lm, smg).

Auth

Uses the llm360-deploy-bot GitHub App (App ID 3290811). Org-level DEPLOY_BOT_APP_ID (variable) + DEPLOY_BOT_PRIVATE_KEY (secret) already in place.

Workflow won't do anything user-visible — just fires the dispatch.

@DavidBellamy DavidBellamy requested a review from a team as a code owner May 16, 2026 03:03
Comment thread .github/workflows/notify-rl360-prod-bump.yml Fixed
Workflow authenticates as the llm360-deploy-bot GitHub App and dispatches
via the resulting installation token; GITHUB_TOKEN is never used. Strip
its scopes to zero (least privilege) and silence CodeQL alert radixark#30
(rule: actions/missing-workflow-permissions).
@flukeskywalker flukeskywalker merged commit 7556e97 into prod May 19, 2026
14 of 17 checks passed
@flukeskywalker flukeskywalker deleted the ci/notify-rl360-prod-bump branch May 19, 2026 17:51
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.

3 participants