added team_id of "solana" vercel in scope .

added team_id of solana to fetch deploy link
This commit is contained in:
axleiro 2022-01-27 18:30:10 +05:30 committed by GitHub
parent 2839266543
commit 1bac1bd58e
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}} --scope Solana ls explorer > vercelfile.txt
vercel --token ${{secrets.VERCEL_TOKEN}} ls explorer --scope team_8A2WD7p4uR7tmKX9M68loHXI > vercelfile.txt
echo "first line"
touch vercelfile1.txt
head -n 2 vercelfile.txt > vercelfile1.txt