Skip to content

Commit

Permalink
fix(vercel): add VERCEL_SCOPE to env (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored Jun 20, 2020
1 parent 5b37d0a commit 415144a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
- run: yarn lint
- if: startsWith(github.ref, 'refs/tags/v')
env:
VERCEL_SCOPE: ${{ secrets.VERCEL_SCOPE }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
run: npx vercel -S ${VERCEL_SCOPE} -c -t ${VERCEL_TOKEN} --prod

1 comment on commit 415144a

@vercel
Copy link

@vercel vercel bot commented on 415144a Jun 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.