From 45ce0ac7d51b94d4a9dabc3d50a8f836477c388c Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Sun, 25 Feb 2024 16:11:36 +0000 Subject: [PATCH] build: add the earthengine variables to the build --- .github/workflows/unit.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 5296788..26f5686 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -7,7 +7,8 @@ on: pull_request: env: - EARTHENGINE_TOKEN: ${{ secrets.EARTHENGINE_TOKEN }} + EARTHENGINE_PROJECT: ${{ secrets.EARTHENGINE_PROJECT }} + EARTHENGINE_SERVICE_ACCOUNT: ${{ secrets.EARTHENGINE_SERVICE_ACCOUNT }} jobs: lint: