Skip to content

Commit

Permalink
chore: need to set OSC access token for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed May 13, 2024
1 parent 2fa827d commit 7520cbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npm run test:e2e
env:
OSC_ACCESS_TOKEN: ${{secrets.OSC_ACCESS_TOKEN}}

0 comments on commit 7520cbe

Please sign in to comment.