Skip to content

Commit 2e3f12c

Browse files
committed
ci: setup deployment action
1 parent 6bbb682 commit 2e3f12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-vercel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: pnpm install -g vercel
2424

2525
- name: Deploy to Vercel
26-
run: vercel --token ${{ secrets.VERCEL_TOKEN }} --deploy --prod
26+
run: vercel --token ${{ secrets.VERCEL_DEPLOYER_TOKEN }} --deploy --prod

0 commit comments

Comments
 (0)