Skip to content

Commit

Permalink
had account vars backwards
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Dec 7, 2023
1 parent f65d33b commit ec27d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ec27d37

Please sign in to comment.