Skip to content

Commit

Permalink
pollution v2: ci/cd: fix mobility writer url | 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Sep 11, 2024
1 parent f8155a2 commit 2c9eb98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-pollution-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

env:
WORKING_DIRECTORY: pollution_v2
DOCKER_IMAGE: ghcr.io/${{ github.repository }}/odh-mobility-el-pollution-v2

jobs:
# Deploy Test
Expand Down Expand Up @@ -153,7 +152,7 @@ jobs:
X_pollution-v2_TASK_SCHEDULING_HOUR: "*"

X_ODH_BASE_READER_URL: https://mobility.api.opendatahub.com
X_ODH_BASE_WRITER_URL: https://share.opendatahub.com
X_ODH_BASE_WRITER_URL: 'https://mobility.share.opendatahub.com'
X_ODH_AUTHENTICATION_URL: ${{ env.KEYCLOAK_URL }}/auth/
X_ODH_CLIENT_ID: odh-a22-dataprocessor
X_ODH_CLIENT_SECRET: ${{ secrets.COMBINED_CLIENT_SECRET_PROD }}
Expand Down

0 comments on commit 2c9eb98

Please sign in to comment.