Skip to content

Commit

Permalink
build: add the earthengine variables to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Feb 25, 2024
1 parent d0a70de commit 45ce0ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 45ce0ac

Please sign in to comment.