We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb1405 commit c95c3c5Copy full SHA for c95c3c5
1 file changed
.github/workflows/dev_deploy.yml
@@ -44,4 +44,4 @@ jobs:
44
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
45
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
46
run: |
47
- npx vercel deploy --target preview --yes --token ${{ secrets.VERCEL_TOKEN }}
+ npx vercel deploy --target preview --yes --token "$VERCEL_TOKEN"
0 commit comments