Skip to content

Commit 7178b92

Browse files
committed
test
1 parent 5aabaa3 commit 7178b92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ jobs:
1717
- python-version: 3.6
1818
prod-key: LABELBOX_API_KEY
1919
staging-key: STAGING_LABELBOX_API_KEY
20+
da-test-key: DA_GCP_LABELBOX_API_KEY
2021
- python-version: 3.7
2122
prod-key: PROD_LABELBOX_API_KEY_2
2223
staging-key: STAGING_LABELBOX_API_KEY_2
24+
da-test-key: DA_GCP_LABELBOX_API_KEY
2325
- python-version: 3.8
2426
prod-key: PROD_LABELBOX_API_KEY_3
2527
staging-key: STAGING_LABELBOX_API_KEY_3
28+
da-test-key: DA_GCP_LABELBOX_API_KEY
2629

2730
steps:
2831
- name: Cancel previous workflow
@@ -84,6 +87,6 @@ jobs:
8487

8588
LABELBOX_TEST_API_KEY_STAGING: ${{ secrets[matrix.staging-key] }}
8689

87-
DA_GCP_LABELBOX_API_KEY: ${{ secrets["DA_GCP_LABELBOX_API_KEY"] }}
90+
DA_GCP_LABELBOX_API_KEY: ${{ secrets[matrix.da-test-key] }}
8891
run: |
8992
tox -e py -- -svv --reruns 5 --reruns-delay 10

0 commit comments

Comments
 (0)