diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e40b8b5..31440c8 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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}}