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 b2e77b2 commit 42c3082Copy full SHA for 42c3082
.github/workflows/truss_deploy.yml
@@ -27,6 +27,7 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
pip install git+https://github.com/basetenlabs/truss.git requests tenacity --upgrade
30
+ BASETEN_API_KEY: ${{ secrets.BASETEN_API_KEY }}
31
32
- name: Run tests
33
env:
0 commit comments