We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6637ec8 commit 5aabaa3Copy full SHA for 5aabaa3
.github/workflows/python-package.yml
@@ -84,6 +84,6 @@ jobs:
84
85
LABELBOX_TEST_API_KEY_STAGING: ${{ secrets[matrix.staging-key] }}
86
87
- DA_GCP_LABELBOX_API_KEY: ${{ secrets[matrix.staging-key] }}
+ DA_GCP_LABELBOX_API_KEY: ${{ secrets["DA_GCP_LABELBOX_API_KEY"] }}
88
run: |
89
tox -e py -- -svv --reruns 5 --reruns-delay 10
0 commit comments