Skip to content

Commit

Permalink
ci: add token to build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Jun 24, 2024
1 parent 90bde89 commit ac08379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-to-vercel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
VERCEL_TOKEN: ${{ inputs.VERCEL_TOKEN }}
run: |
vercel pull --yes --token=$VERCEL_TOKEN
vercel build --cwd build --output .vercel/output
vercel build --cwd build --token=$VERCEL_TOKEN
- name: Deploy to Vercel (Staging)
if: ${{ inputs.ENVIRONMENT == 'Staging' }}
Expand Down

0 comments on commit ac08379

Please sign in to comment.