Skip to content

RG-T132 Build fix - #278

Merged
ucswift merged 1 commit into
masterfrom
develop
Aug 20, 2026
Merged

RG-T132 Build fix#278
ucswift merged 1 commit into
masterfrom
develop

Conversation

@ucswift

@ucswift ucswift commented Aug 20, 2026

Copy link
Copy Markdown
Member

This pull request updates the React Native CI/CD workflow to prevent Android build failures caused by credential validation.

What changed

  • Adjusted the step that generates credentials.json for Android builds.
  • Removed the unused ios section from the credentials payload before writing the file.
  • Added stricter shell error handling for that step.
  • Added a validation check to confirm required Android keystore fields are present in the generated credentials file.

Functional impact

  • Fixes build issues where eas-cli validates the full credentials.json file even during Android-only builds.
  • Ensures Android CI builds use a credentials file that matches the expected schema.
  • Fails earlier and more clearly if Android keystore credentials are missing or incomplete.

@Resgrid-Bot

Resgrid-Bot commented Aug 20, 2026

Copy link
Copy Markdown

Kody Review Complete

Great news! 🎉
No issues were found that match your current review configurations.

Keep up the excellent work! 🚀

Kody Guide: Usage and Configuration
Interacting with Kody
  • Request a Review: Ask Kody to review your PR manually by adding a comment with the @kody start-review command at the root of your PR.

  • Validate Business Logic: Ask Kody to validate your code against business rules by adding a comment with the @kody -v business-logic command.

  • Provide Feedback: Help Kody learn and improve by reacting to its comments with a 👍 for helpful suggestions or a 👎 if improvements are needed.

Current Kody Configuration
Review Options

The following review options are enabled or disabled:

Options Enabled
Bug
Performance
Security
Business Logic

Access your configuration settings here.

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your current included review allowance is based on your included PR review attempts over the past 7 days.

Next review available in: 23 minutes

Limit details: You’ve used the included review currently available. Your 62 included PR review attempts over the past 7 days set your current allowance at 1 review per hour.

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0aca55c3-f79e-4275-8757-736baabe75d2

📥 Commits

Reviewing files that changed from the base of the PR and between d11fd5f and 516bde0.

📒 Files selected for processing (1)
  • .github/workflows/react-native-cicd.yml

Comment @coderabbitai help to get the list of available commands.

@ucswift
ucswift merged commit 53f6bbe into master Aug 20, 2026
20 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