Skip to content

Commit

Permalink
fix: workflow file token value
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-abby committed Dec 17, 2024
1 parent 3b85393 commit a52059f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:

# Deploy to Vercel
- name: Deploy to Vercel
run: npx vercel --prod --token=$VERCEL_DEPLOYMENT_TOKEN
run: npx vercel --prod --token=${{VERCEL_DEPLOYMENT_TOKEN}}

0 comments on commit a52059f

Please sign in to comment.