Skip to content

Commit

Permalink
added cookie api key to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ethancjackson committed Feb 6, 2025
1 parent 0b3dfb1 commit 1d78060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
COOKIE_FUN_API_KEY: ${{ secrets.COOKIE_FUN_API_KEY }}
run: make all-tests

0 comments on commit 1d78060

Please sign in to comment.