Skip to content

Commit

Permalink
wow
Browse files Browse the repository at this point in the history
  • Loading branch information
iojcde committed Dec 17, 2023
1 parent be75040 commit 38e5499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
if [[ ${GITHUB_REF} == "refs/heads/master" ]]; then
prodRun="--prod"
fi
npx vercel --confirm --token ${VERCEL_TOKEN} $prodRun
npx vercel --confirm --token ${VERCEL_SECRET} $prodRun
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_SECRET }}

0 comments on commit 38e5499

Please sign in to comment.