Skip to content

Commit

Permalink
add turbo envs
Browse files Browse the repository at this point in the history
  • Loading branch information
dferber90 committed Dec 12, 2024
1 parent f24fd97 commit a9048a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: Playwright Tests

env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}

on:
push:
branches: [main]
Expand Down

0 comments on commit a9048a1

Please sign in to comment.