From: Daniel Ruf Date: Sat, 28 Mar 2020 20:54:45 +0000 (+0100) Subject: build: fix browserstack-runner config X-Git-Tag: v6.6.3^2~7^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12032%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git build: fix browserstack-runner config Set the config fields to the env variables if provided. --- 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