Skip to content

Commit 30ba95f

Browse files
committed
🐛 Try to fix env variable pull failure (#1368)
1 parent 04ee401 commit 30ba95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
DATABASE_URL: ${{ secrets.PREVIEW_DATABASE_URL }}
9797

9898
- name: Pull Vercel Environment Information
99-
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
99+
run: pnpm vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
100100

101101
- name: Build Project Artifacts
102102
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)