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 6559fa7 commit d8a22ed
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/deploy_kimi_vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,10 @@ jobs:
- name: Install Vercel CLI
run: npm i -g vercel --registry http://registry.npmmirror.com

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

- name: Clone repository
run: git clone https://github.com/LLM-Red-Team/kimi-free-api

- name: Change directory
run: cd kimi-free-api

- name: Deploy to Vercel
run: vercel --prod
run: vercel --prod --token ${{ secrets.VERCEL_TOKEN }}
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

0 comments on commit d8a22ed

Please sign in to comment.