Skip to content

Commit

Permalink
+1 secret & typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DoKu88 committed Nov 5, 2024
1 parent 8dfc4c0 commit 5376678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
SYNTH_API_KEY: ${{ secrets.SYNTH_API_KEY }}
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run:
echo "API keys are now available as environment variables"

Expand Down
3 changes: 1 addition & 2 deletions testing/upload_sync_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ async def test_upload(show_payload: bool = False):

# Run a sample agent using the async decorator and tracker
if __name__ == "__main__":
assert 1 + 1 == 2
logger.info("Starting main execution")
asyncio.run(run_test())
asyncio.run(test_upload())
logger.info("Main execution completed")
logger.info("Check Supabase table traces for uploaded data use UPLOAD ID key to filter")

0 comments on commit 5376678

Please sign in to comment.