chore: Dispatch promotions repo instead of GitLab#878
Merged
Conversation
luqmanbello
marked this pull request as ready for review
July 20, 2026 16:31
eniayomi
approved these changes
Jul 20, 2026
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 free
to 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.
What it solves
Production deploys for the legacy Safe Apps still POST a GitLab pipeline-trigger webhook (gitlab.5afe.dev) that a deployer then plays manually, using static AWS keys stored as GitLab CI variables.
How this PR fixes it
The release flow now dispatches the gated
react-apps-production.ymlworkflow insafe-global/safe-production-promotionsvia thesafe-promotions-dispatcherGitHub App, the same swap safe-dashboard and the status page made.deployment.ymlmints a short-lived App token, the release action passes it toprepare_production_deployment.sh, and the script runsgh workflow runwithapp+taginstead of the GitLab curl. tx-builder is skipped explicitly (it deploys viasafe-tx-builder-tfsince March). A failed dispatch logs an error annotation without breaking the nx chain, solast-releasetagging still completes; the promotion can then be dispatched manually. The unusedreact-app-rpc-tokenaction input is removed.How to test it
Next
workflow_dispatchrelease frommain: affected apps upload to staging as before, and a pending run appears in safe-production-promotions per app instead of a GitLab pipeline. The GitLab path stays as fallback until one release passes through.Screenshots
n/a