Skip to content

Commit 12271e1

Browse files
authored
Update docker-compose.ci.yml - see HEA-1066
Added ingestion parameters for BSS metadata and files.
1 parent ef53d39 commit 12271e1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/01-build-then-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ env:
2121
GOOGLE_ADMIN_EMAIL: ""
2222
GOOGLE_APPLICATION_CREDENTIALS: ""
2323

24+
# Ingestion parameters - use secrets if actual credentials are required
25+
BSS_METADATA_WORKBOOK: "gdrive://Database Design/BSS Metadata"
26+
BSS_METADATA_STORAGE_OPTIONS: '{"token": "service_account", "access": "read_only", "creds": "valid_creds_object", "root_file_id": "0AOJ0gJ8sjnO7Uk9PVA"}'
27+
BSS_FILES_FOLDER: "gdrive://Discovery Folder/Baseline Storage Sheets (BSS)"
28+
BSS_FILES_STORAGE_OPTIONS: '{"token": "service_account", "access": "read_only", "creds": "valid_creds_object", "root_file_id": "0AOJ0gJ8sjnO7Uk9PVA"}'
29+
2430
# AWS Variables
2531
ECR_REGISTRY: "888016039450.dkr.ecr.us-east-1.amazonaws.com"
2632
AWS_REGION: "us-east-1"

0 commit comments

Comments
 (0)