File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
url : " https://api-cloud.browserstack.com/app-automate/xcuitest/v2/app"
19
19
method : " POST"
20
- username : " justinyu_cIqvyB "
21
- password : " TszLVeLKEjzwXpVUSB48 "
20
+ username : ${{ secrets.BROWSERSTACK_USERNAME }}
21
+ password : ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
22
22
files : ' { "file": ${{ github.workspace }}/build-swift-sample-app/swift-sample-app.ipa", "custom_id": "swift-sample-app" }'
23
23
24
24
- name : get browserstack app_url
33
33
with :
34
34
url : " https://api-cloud.browserstack.com/app-automate/xcuitest/v2/test-suite"
35
35
method : " POST"
36
- username : " justinyu_cIqvyB "
37
- password : " TszLVeLKEjzwXpVUSB48 "
36
+ username : ${{ secrets.BROWSERSTACK_USERNAME }}
37
+ password : ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
38
38
files : ' { "file": ${{ github.workspace }}/build-swift-sample-app/swift-sample-app-ui-test.zip", "custom_id": "swift-sample-app-ui-test" }'
39
39
40
40
- name : get browserstack test_suite_url
You can’t perform that action at this time.
0 commit comments