From 8192a36f23a4fc358fe89e2f786f2bf6cb2f747a Mon Sep 17 00:00:00 2001 From: Gabo Esquivel Date: Sat, 6 Apr 2024 00:54:34 -0600 Subject: [PATCH] devops: correct vercel team id (#70) * devops: debug github actions * devops: correct vercel team id --- .github/workflows/lighthouse.yml | 3 ++- .test-lighthouse | 0 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .test-lighthouse diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 8a2b8e02..0deae76b 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -24,7 +24,8 @@ jobs: env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} with: - vercel_project_id: 'prj_k5bYwz7n5hAUFdrWE986D91RiMbW' + vercel_project_id: prj_k5bYwz7n5hAUFdrWE986D91RiMbW + vercel_team_id: team_7PAgeqjbXkY6qdxNIEKLbVSC - name: Get URL run: echo "https://${{ steps.vercel_preview_url.outputs.preview_url }}" - uses: actions/checkout@v2 diff --git a/.test-lighthouse b/.test-lighthouse deleted file mode 100644 index e69de29b..00000000