Skip to content

Commit

Permalink
added vercel token as github secret
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoluizpoli committed Oct 11, 2023
1 parent 8b916af commit 2952aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: "Install Dependencies"
run: "npm install"
- name: "Publish to Vercel"
run: "npx vercel --prod --token=c2JS23XHGpIQLMekiTNbAy08"
run: "npx vercel --prod --token=${{ secrets.VERCEL_TOKEN }}"

0 comments on commit 2952aa2

Please sign in to comment.