File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments