Skip to content

Commit 3fe299b

Browse files
committed
ci: use vars for BROWSERSTACK_USERNAME
1 parent 3c535d9 commit 3fe299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appium-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Run Appium tests
7878
working-directory: _sdk-shared/appium
7979
env:
80-
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
80+
BROWSERSTACK_USERNAME: ${{ vars.BROWSERSTACK_USERNAME }}
8181
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
8282
BROWSERSTACK_APP_URL: ${{ steps.bs-upload.outputs.app-url }}
8383
SDK_TYPE: ${{ inputs.sdk-type }}

0 commit comments

Comments
 (0)