mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
Update demo.yml
This commit is contained in:
parent
5f0a05b4f6
commit
b89e75179f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/demo.yml
vendored
2
.github/workflows/demo.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
cd demo
|
||||
trunk build --release
|
||||
- name: Deploy
|
||||
run: npx vercel --token ${{VERCEL_TOKEN}} --prod
|
||||
run: npx vercel --token ${{ env.VERCEL_TOKEN }} --prod
|
||||
env:
|
||||
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
||||
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
|
||||
|
|
Loading…
Add table
Reference in a new issue