Skip to content

Commit

Permalink
dt/echarging-ocpi: update env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Nov 19, 2024
1 parent f4ef028 commit 123b8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dc-echarging-ocpi-driwe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
tag: ${{ env.DOCKER_TAG }}
pullPolicy: "IfNotPresent"
env:
LOGLEVEL: "INFO"
LOG_LEVEL: "INFO"
envSecret:
OCPI_TOKENS: ${{ secrets.ECHARGING_OCPI_DRIWE_TOKENS }}
PULL_LOCATIONS_ENDPOINT: "https://ocpi.driwe.club/2.2.1/locations"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dc-echarging-ocpi-neogy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
tag: ${{ env.DOCKER_TAG }}
pullPolicy: "IfNotPresent"
env:
LOGLEVEL: "INFO"
LOG_LEVEL: "INFO"
envSecret:
OCPI_TOKENS: ${{ secrets.ECHARGING_OCPI_NEOGY_TOKENS }}
PULL_LOCATIONS_ENDPOINT: ${{ secrets.ECHARGING_NEOGY_OCPI_URL}}?limit=200
Expand Down

0 comments on commit 123b8f1

Please sign in to comment.