Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
prv-proton committed Dec 10, 2024
1 parent 0a13b70 commit 77e6704
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-auto-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ jobs:
LCFS_REDIS_PORT: 6379
LCFS_REDIS_PASSWORD: development_only
APP_ENVIRONMENT: dev
LCFS_CHES_CLIENT_ID: ${LCFS_CHES_CLIENT_ID}
LCFS_CHES_CLIENT_SECRET: ${LCFS_CHES_CLIENT_SECRET}
LCFS_CHES_AUTH_URL: ${LCFS_CHES_AUTH_URL}
LCFS_CHES_SENDER_EMAIL: ${LCFS_CHES_SENDER_EMAIL}
LCFS_CHES_SENDER_NAME: ${LCFS_CHES_SENDER_NAME}
LCFS_CHES_EMAIL_URL: ${LCFS_CHES_EMAIL_URL}
LCFS_CHES_CLIENT_ID: mock_client_id
LCFS_CHES_CLIENT_SECRET: mock_client_secret
LCFS_CHES_AUTH_URL: http://mock_auth_url
LCFS_CHES_SENDER_EMAIL: [email protected]
LCFS_CHES_SENDER_NAME: Mock Notification System
LCFS_CHES_EMAIL_URL: http://mock_email_url

- name: Upload pytest results
if: always()
Expand Down

0 comments on commit 77e6704

Please sign in to comment.