-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Use a variable for the Maestro Cloud project ID - #58408
Closed
cortinico wants to merge 1 commit into
Closed
Conversation
@meta-cla
meta-cla
Bot
added
the
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
label
Sep 8, 2026
@facebook-github-tools
facebook-github-tools
Bot
added
p: Facebook
Partner: Facebook
Partner
labels
Sep 8, 2026
@cortinico has imported this pull request. If you are a Meta employee, you can view this in D119322826.
@cortinico merged this pull request in f82830d.
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.
Summary:
Read the Maestro Cloud project ID from a GitHub Actions variable instead of a secret. Project IDs are identifiers rather than credentials, and secret masking currently redacts the project ID inside Maestro Cloud console URLs, making those links invalid. The API key remains a secret.
The
MAESTRO_CLOUD_PROJECT_IDrepository variable has already been configured.Changelog:
[INTERNAL] [FIXED] - Preserve Maestro Cloud console URLs in GitHub Actions logs
Test Plan:
git diff --check— passed./node_modules/.bin/prettier --check .github/workflows/maestro-cloud-rntester.yml— passedMAESTRO_CLOUD_PROJECT_IDis available as a repository Actions variable