We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33d80b commit 24da6efCopy full SHA for 24da6ef
.github/workflows/gptdriverscript.yml
@@ -141,5 +141,5 @@ jobs:
141
bash ./branch-ios-sdk-repo/.github/gptdriverrunscript.sh "${{ env.BUILT_PRODUCTS_DIR }}/BranchLinkSimulator.app" ios
142
env:
143
API_ORG_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
144
- API_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
+ API_TOKEN: ${{ secrets.MOBILEBOOST_API_ORG_KEY }} # CORRECTED: Mapped secret to API_TOKEN for the script
145
TEST_TAGS: Release
0 commit comments