From 42dcac8d9c85b1eddcbed414360f46c88f2ed495 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Thu, 24 Oct 2024 15:45:15 +1000 Subject: [PATCH] Testing --- .github/workflows/browserstack_troubleshoot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/browserstack_troubleshoot.yml b/.github/workflows/browserstack_troubleshoot.yml index 14c3d0cb5..a7ed590ac 100644 --- a/.github/workflows/browserstack_troubleshoot.yml +++ b/.github/workflows/browserstack_troubleshoot.yml @@ -9,5 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Test BrowserStack credentials + env: + BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }} + BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }} run: | - curl -u "${{ secrets.BROWSERSTACK_USERNAME }}:${{ secrets.BROWSERSTACK_ACCESS_KEY }}" https://api.browserstack.com/automate/plan.json \ No newline at end of file + curl -u "${BROWSERSTACK_USERNAME}:${BROWSERSTACK_ACCESS_KEY}" https://api.browserstack.com/automate/plan.json \ No newline at end of file