We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a884c6 commit 81fa005Copy full SHA for 81fa005
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
pnpm install --global vercel
29
job_id=$(curl -X POST ${{ secrets.DOCS_DEPLOY_HOOK_URL }} | jq -r '.job.id')
30
- vc inspect $job_id --wait --token=${{ secrets.VERCEL_TOKEN }}
+ vc inspect $job_id --wait --token=${{ secrets.VERCEL_TOKEN }} --scope=vercel
31
validate-docs-links:
32
runs-on: ubuntu-latest
33
steps:
0 commit comments