We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbb682 commit 2e3f12cCopy full SHA for 2e3f12c
.github/workflows/deploy-to-vercel.yaml
@@ -23,4 +23,4 @@ jobs:
23
run: pnpm install -g vercel
24
25
- name: Deploy to Vercel
26
- run: vercel --token ${{ secrets.VERCEL_TOKEN }} --deploy --prod
+ run: vercel --token ${{ secrets.VERCEL_DEPLOYER_TOKEN }} --deploy --prod
0 commit comments