adding scope option

This commit is contained in:
axleiro
2022-01-27 14:15:23 +05:30
committed by GitHub
parent aa49802119
commit e2de4fbfe7

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