From 37cca9b2a225679d02890fa3f990118fd08c3478 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Thu, 24 Oct 2024 15:40:00 +1000 Subject: [PATCH] Testing --- .github/workflows/browserstack_troubleshoot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/browserstack_troubleshoot.yml 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