Skip to content

Commit

Permalink
chore: add openrouter api key to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Apr 12, 2024
1 parent 986a820 commit 4a1bca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/common_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
CLAUDE_API_KEY: ${{ secrets.CLAUDE_API_KEY }}
REPLICATE_API_KEY: ${{ secrets.REPLICATE_API_KEY }}
NEWS_API_KEY: ${{ secrets.NEWS_API_KEY }}
OPENROUTER_API_KEY: ${{ secrets.OPEN_ROUTER_API_KEY }}
run: |
printenv
tox -e check-tools

0 comments on commit 4a1bca6

Please sign in to comment.