From bbc66e4fa62c0b665f716b7abfa18d725a3f7f95 Mon Sep 17 00:00:00 2001 From: Alejandro Aguilar Torices Date: Fri, 24 Jul 2026 17:55:27 +0200 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3709458..b86694a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: - name: Build run: npx vercel build --yes env: - VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} + VERCEL_ACCESS_TOKEN: ${{ secrets.VERCEL_ACCESS_TOKEN }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} MONGODB_URI: ${{ secrets.MONGODB_URI }} NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }} @@ -59,4 +59,4 @@ jobs: fetch-depth: 0 - name: Escanear secretos - run: gitleaks detect --source=. --verbose --redact \ No newline at end of file + run: gitleaks detect --source=. --verbose --redact