diff --git a/.github/workflows/dc-echarging-ocpi-driwe.yml b/.github/workflows/dc-echarging-ocpi-driwe.yml index 519c10a..de70c22 100644 --- a/.github/workflows/dc-echarging-ocpi-driwe.yml +++ b/.github/workflows/dc-echarging-ocpi-driwe.yml @@ -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" diff --git a/.github/workflows/dc-echarging-ocpi-neogy.yml b/.github/workflows/dc-echarging-ocpi-neogy.yml index 7604229..4cd4190 100644 --- a/.github/workflows/dc-echarging-ocpi-neogy.yml +++ b/.github/workflows/dc-echarging-ocpi-neogy.yml @@ -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