From ec27d37c020f1fc188f40de93f3f6143d63929b6 Mon Sep 17 00:00:00 2001 From: Will Kelly Date: Thu, 7 Dec 2023 12:23:56 -0600 Subject: [PATCH] had account vars backwards --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ca1638d..9582572 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -25,8 +25,8 @@ jobs: export-env: true env: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - VITE_POLICY_KEY: "op://DevOps/dot-mobile-env-vars/bc-account-id" - VITE_BC_ACCOUNT_ID: "op://DevOps/dot-mobile-env-vars/policy-key" + VITE_POLICY_KEY: "op://DevOps/dot-mobile-env-vars/policy-key" + VITE_BC_ACCOUNT_ID: "op://DevOps/dot-mobile-env-vars/bc-account-id" - name: Run Playwright tests run: DEBUG=pw:api npx playwright test env: