Skip to content

Commit 0b0f96d

Browse files
authored
Update python-app.yml
Add missing credentials.
1 parent 72c6088 commit 0b0f96d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app.yml

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
env:
105105
AT_USERNAME: ${{ secrets.AT_USERNAME }} # Secure storage of operational parameters
106106
AT_API_KEY: ${{ secrets.AT_API_KEY }}
107+
LANGTRACE_API_KEY: ${{ secrets.LANGTRACE_API_KEY }}
107108
run: |
108109
make docker_run
109110

0 commit comments

Comments
 (0)