diff --git a/.github/workflows/automation-trigger-test.yml b/.github/workflows/automation-trigger-test.yml index d3a2cbebd..3b5e218bc 100644 --- a/.github/workflows/automation-trigger-test.yml +++ b/.github/workflows/automation-trigger-test.yml @@ -67,11 +67,12 @@ jobs: response=$(curl -X POST https://api-cloud.browserstack.com/app-automate/upload -u "${{ secrets.BROWSER_STACK_USER }}:${{ secrets.BROWSER_STACK_KEY }}" -F "file=@DeepLinkDemo/IPA/DeepLinkDemo.ipa") parsed=$(echo $response | jq ".app_url") echo "::add-mask::$parsed" - echo "APP_URL=$parsed" >> "$GITHUB_ENV" + echo "BrowserStackIOSBuildKey=$parsed" >> "$GITHUB_ENV" - name: Cheout Automation Code uses: actions/checkout@v4 with: repository: BranchMetrics/qentelli-saas-sdk-testing-automation + ref: UpdateBrowserStackEnvVariable token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }} - name: Set up JDK 11 uses: actions/setup-java@v3