From 106b6f240b2a9c279facead79c93da917a2e2950 Mon Sep 17 00:00:00 2001 From: Gabo Esquivel Date: Sat, 6 Apr 2024 00:47:24 -0600 Subject: [PATCH] devops: correct project id on github actions (#69) * devops: debug github actions * devops: correct project id --- .github/workflows/lighthouse.yml | 4 ++-- .test-lighthouse | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .test-lighthouse diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 7c8582ff..8a2b8e02 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -18,13 +18,13 @@ jobs: header: lighthouse message: | Running Lighthouse audit... - - name: Vercel Token - run: echo "Token = ${{ secrets.VERCEL_TOKEN }}" - name: Capture Vercel preview URL id: vercel_preview_url uses: zentered/vercel-preview-url@v1.1.9 env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} + with: + vercel_project_id: 'prj_k5bYwz7n5hAUFdrWE986D91RiMbW' - 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 new file mode 100644 index 00000000..e69de29b