There was an error while loading. Please reload this page.
1 parent 0b89889 commit e581d54Copy full SHA for e581d54
1 file changed
.github/workflows/expo-code-review.yml
@@ -104,7 +104,7 @@ jobs:
104
ECR_EXPECTED_TOKEN_ENV: ${{ vars.ECR_EXPECTED_TOKEN_ENV || 'META_API_KEY' }}
105
# Model credential — the env var named by auth.tokenEnv in config.jsonc.
106
# Store each as a repo secret under the same name.
107
- META_API_KEY: ${{ secrets.META_API_KEY }}
+ META_API_KEY: ${{ secrets.EXPO_CODE_REVIEW_API_KEY }}
108
# Muse alternative (also set ECR_EXPECTED_TOKEN_ENV=META_API_KEY):
109
# META_API_KEY: ${{ secrets.META_API_KEY }}
110
# Optional search-only credential for trusted platform documentation research.
0 commit comments