added scope argument
getting error because scope was missing
This commit is contained in:
parent
c3b7f49e03
commit
ef13c97867
|
@ -42,4 +42,5 @@ jobs:
|
|||
vercel-org-id: ${{ secrets.ORG_ID}}
|
||||
vercel-project-id: ${{ secrets.PROJECT_ID}}
|
||||
working-directory: ./explorer
|
||||
scope: ${{ secrets.TEAM_ID}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue