Skip to content

Commit

Permalink
Update deploy_kimi_vercel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssfun authored May 11, 2024
1 parent a747a85 commit 6559fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_kimi_vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm i -g vercel --registry http://registry.npmmirror.com

- name: Login to Vercel
run: vercel login --token ${{ secrets.VERCEL_TOKEN }}
run: vercel login VERCEL_TOKEN
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

Expand Down

0 comments on commit 6559fa7

Please sign in to comment.