Skip to content

Commit

Permalink
ci: print secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarbibe committed Jun 28, 2024
1 parent 54f089d commit 1d29dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Deploy to Vercel
run: vercel --prod --yes
run: vercel --prod --yes --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 1d29dfb

Please sign in to comment.