diff --git a/.github/workflows/browserstack_troubleshoot.yml b/.github/workflows/browserstack_troubleshoot.yml new file mode 100644 index 000000000..14c3d0cb5 --- /dev/null +++ b/.github/workflows/browserstack_troubleshoot.yml @@ -0,0 +1,13 @@ +name: 'BrowserStack Credentials Check' + +on: + pull_request: + branches: [ master ] + +jobs: + test-browserstack-creds: + runs-on: ubuntu-latest + steps: + - name: Test BrowserStack credentials + run: | + curl -u "${{ secrets.BROWSERSTACK_USERNAME }}:${{ secrets.BROWSERSTACK_ACCESS_KEY }}" https://api.browserstack.com/automate/plan.json \ No newline at end of file