Skip to content

Commit

Permalink
Merge pull request #1294 from BranchMetrics/UpdateBrowserStackEnvVari…
Browse files Browse the repository at this point in the history
…ableName

Update iOS build browserStack env variable name
  • Loading branch information
NidhiDixit09 authored Oct 24, 2023
2 parents 86e6f6a + aa21cec commit 27fff48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/automation-trigger-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27fff48

Please sign in to comment.