Skip to content

Commit 6302038

Browse files
authored
Add BSS label recognition parameters to build-then-test workflow - see HEA-1066
1 parent 12271e1 commit 6302038

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ env:
2424
# Ingestion parameters - use secrets if actual credentials are required
2525
BSS_METADATA_WORKBOOK: "gdrive://Database Design/BSS Metadata"
2626
BSS_METADATA_STORAGE_OPTIONS: '{"token": "service_account", "access": "read_only", "creds": "valid_creds_object", "root_file_id": "0AOJ0gJ8sjnO7Uk9PVA"}'
27+
BSS_LABEL_RECOGNITION_WORKBOOK: "gdrive://Database Design/BSS Labels (CI).xlsx"
28+
BSS_LABEL_RECOGNITION_STORAGE_OPTIONS: '{"token": "service_account", "access": "read_only", "creds": "valid_creds_object", "root_file_id": "0AOJ0gJ8sjnO7Uk9PVA"}'
2729
BSS_FILES_FOLDER: "gdrive://Discovery Folder/Baseline Storage Sheets (BSS)"
2830
BSS_FILES_STORAGE_OPTIONS: '{"token": "service_account", "access": "read_only", "creds": "valid_creds_object", "root_file_id": "0AOJ0gJ8sjnO7Uk9PVA"}'
2931

0 commit comments

Comments
 (0)