adding scope option

This commit is contained in:
axleiro 2022-01-27 14:15:23 +05:30 committed by GitHub
parent aa49802119
commit e2de4fbfe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: vercel url
run : |
touch vercelfile.txt
vercel --token ${{secrets.VERCEL_TOKEN}} ls solana > vercelfile.txt
vercel --token ${{secrets.VERCEL_TOKEN}} --scope ${{ secrets.TEAM_ID }} ls solana > vercelfile.txt
echo "first line"
touch vercelfile1.txt
head -n 2 vercelfile.txt > vercelfile1.txt