From b10edd5382afd68fee50fa2673977cae3f338591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez=20Mu=C3=B1oz?= Date: Mon, 21 Oct 2024 18:15:07 +0200 Subject: [PATCH] fixes NEXT_PUBLIC_MAPBOX_API_TOKEN reference in deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 304ae0f9..2efd923b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -73,7 +73,7 @@ jobs: NEXT_PUBLIC_API_URL=${{ vars.NEXT_PUBLIC_API_URL }} NEXTAUTH_URL=${{ vars.NEXTAUTH_URL }} NEXTAUTH_SECRET=${{ secrets.NEXTAUTH_SECRET }} - NEXT_PUBLIC_MAPBOX_API_TOKEN=${{ secrets.NEXT_PUBLIC_MAPBOX_API_TOKEN }} + NEXT_PUBLIC_MAPBOX_API_TOKEN=${{ vars.NEXT_PUBLIC_MAPBOX_API_TOKEN }} context: . cache-from: type=gha cache-to: type=gha,mode=max