Skip to content

Commit c95c3c5

Browse files
committed
fix: change vercel token secret handling
1 parent 7cb1405 commit c95c3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
4545
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
4646
run: |
47-
npx vercel deploy --target preview --yes --token ${{ secrets.VERCEL_TOKEN }}
47+
npx vercel deploy --target preview --yes --token "$VERCEL_TOKEN"

0 commit comments

Comments
 (0)