fix: Use development profile for main dev environment#29286
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 5243ef6. Configure here.
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
These changes are scoped entirely to the CI build pipeline for the Performance Test Selection: |
|




Description
It was discovered that we're still using UAT signing configuration for main-dev builds, which is incorrect. It should be using a development profile. Since we have not yet set up a development profile in AWS, this PR temporarily routes main-dev to use github environments instead.
Changelog
CHANGELOG entry:
Related issues
Fixes: https://consensys.slack.com/archives/C02U025CVU4/p1776699450350369
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Medium Risk
Moderate risk because it changes CI code-signing behavior and secret sources for
main-deviOS builds, which can break build/release outputs if misconfigured. Scope is limited to themain-devworkflow path and does not affect prod/rc signing via AWS.Overview
Updates
main-devto stop using UAT AWS signing config and instead temporarily sign iOS builds using GitHub Environment secrets until dev signing is migrated to AWS.Adds a
build.ymlstep that, forios+main-devonly, decodes a base64.p12and provisioning profile from secrets, creates/imports them into a temporary keychain, and installs the provisioning profile.builds.ymlis adjusted to omit themain-devAWSsigningblock and to include the new iOS signing secret mappings.Reviewed by Cursor Bugbot for commit 083bee9. Bugbot is set up for automated code reviews on this repo. Configure here.