Skip to content

Commit 42dcac8

Browse files
committed
Testing
1 parent 37cca9b commit 42dcac8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/browserstack_troubleshoot.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Test BrowserStack credentials
12+
env:
13+
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
14+
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
1215
run: |
13-
curl -u "${{ secrets.BROWSERSTACK_USERNAME }}:${{ secrets.BROWSERSTACK_ACCESS_KEY }}" https://api.browserstack.com/automate/plan.json
16+
curl -u "${BROWSERSTACK_USERNAME}:${BROWSERSTACK_ACCESS_KEY}" https://api.browserstack.com/automate/plan.json

0 commit comments

Comments
 (0)