Skip to content

Commit

Permalink
ci: add token to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Jun 25, 2024
1 parent 6c31fde commit ae3fca1
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 @@ -29,7 +29,7 @@ runs:
shell: bash
run: |
vercel pull --yes --token=${{ env.VERCEL_TOKEN }}
vercel build --yes --cwd build
vercel build --yes --token=${{ env.VERCEL_TOKEN }}
- name: Deploy to Vercel (Staging)
if: ${{ inputs.ENVIRONMENT == 'Staging' }}
Expand Down

0 comments on commit ae3fca1

Please sign in to comment.