Skip to content

Commit e581d54

Browse files
committed
Rename repository secret to match ECR
1 parent 0b89889 commit e581d54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/expo-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
ECR_EXPECTED_TOKEN_ENV: ${{ vars.ECR_EXPECTED_TOKEN_ENV || 'META_API_KEY' }}
105105
# Model credential — the env var named by auth.tokenEnv in config.jsonc.
106106
# Store each as a repo secret under the same name.
107-
META_API_KEY: ${{ secrets.META_API_KEY }}
107+
META_API_KEY: ${{ secrets.EXPO_CODE_REVIEW_API_KEY }}
108108
# Muse alternative (also set ECR_EXPECTED_TOKEN_ENV=META_API_KEY):
109109
# META_API_KEY: ${{ secrets.META_API_KEY }}
110110
# Optional search-only credential for trusted platform documentation research.

0 commit comments

Comments
 (0)