Skip to content

Commit

Permalink
carpooling: ci/cd: add amarillo secret
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jul 22, 2024
1 parent 203ff05 commit 0d3d801
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-carpooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
X_GOOGLE_API_DRIVE_FILE_ID: 1HzmEq-XB4dJEFlb0MAeupS3LRUXf86eI
X_GOOGLE_API_CREDENTIALS_FILE: /google-api-service-account.json

# OTP amarillo config
X_AMARILLO_URL: https://amarillo.otp.opendatahub.testingmachine.eu/agency/ummadum/sync
X_AMARILLO_SECRET: ${{ secrets.CARPOOLING_AMARILLO_SECRET_TEST }}

X_SCHEDULER_CRON_CAR_POOLING: 0 */10 * * * *

- name: Create google service account json
Expand Down Expand Up @@ -142,6 +146,10 @@ jobs:
# X_GOOGLE_API_DRIVE_FILE_ID: 1HzmEq-XB4dJEFlb0MAeupS3LRUXf86eI
# X_GOOGLE_API_CREDENTIALS_FILE: /google-api-service-account.json

# # OTP amarillo config
# X_AMARILLO_URL: https://amarillo.otp.opendatahub.testingmachine.eu/agency/ummadum/sync
# X_AMARILLO_SECRET: ${{ secrets.CARPOOLING_AMARILLO_SECRET_TEST }}

# X_SCHEDULER_CRON_CAR_POOLING: 0 */10 * * * *

# - name: Create google service account json
Expand Down

0 comments on commit 0d3d801

Please sign in to comment.