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 519a162 commit 6f1b628Copy full SHA for 6f1b628
.github/workflows/python-package.yml
@@ -79,9 +79,9 @@ jobs:
79
# make sure to tell tox to use these environs in tox.ini
80
#
81
# msokoloff+prod-python@labelbox.com
82
- LABELBOX_TEST_API_KEY_PROD: ${{ secrets.LABELBOX_API_KEY }}
+ LABELBOX_TEST_API_KEY_PROD: ${{ secrets.[matrix.prod-key] }}
83
84
# randall+staging-python@labelbox.com
85
- LABELBOX_TEST_API_KEY_STAGING: ${{ secrets.STAGING_LABELBOX_API_KEY }}
+ LABELBOX_TEST_API_KEY_STAGING: ${{ secrets.[matrix.staging-key] }}
86
run: |
87
tox -e py -- -svvx
0 commit comments