Update demo.yml

This commit is contained in:
luoxiaozero 2024-01-17 17:31:04 +08:00 committed by GitHub
parent b89e75179f
commit 7181d90e72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ jobs:
cd demo
trunk build --release
- name: Deploy
run: npx vercel --token ${{ env.VERCEL_TOKEN }} --prod
run: npx vercel --token ${{ secrets.VERCEL_TOKEN }} --prod
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}