Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Jan 5, 2024
1 parent 7d74e6e commit 062415c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
bun-version: latest

- name: Install dependencies
run: bun install

- name: Get preview environment variables
run: bunx vercel env pull .env --environment=preview --token=${{ secrets.VERCEL_TOKEN }}

Expand Down

0 comments on commit 062415c

Please sign in to comment.