From a297e569c5439f0c7e3f67f95571ca8a8f78ec4a Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 28 Mar 2020 21:54:45 +0100 Subject: [PATCH] build: fix browserstack-runner config Set the config fields to the env variables if provided. --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec57c6c33..839404643 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,4 +44,7 @@ jobs: - name: install dependencies run: yarn - name: run tests with browserstack + env: # Or as an environment variable + BROWSERSTACK_KEY: ${{ secrets.BROWSERSTACK_KEY }} + BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }} run: yarn test:javascript:browserstack \ No newline at end of file -- 2.47.2