Skip to content

Commit

Permalink
Merge pull request #281 from agentcoinorg/nerfzael/lifi-key-ga
Browse files Browse the repository at this point in the history
Added lifi api key to benchamarks github action
  • Loading branch information
nerfZael authored Jun 28, 2024
2 parents fe67c6e + 024a08f commit b2edd8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
echo "OPENAI_API_KEY=${{ secrets.CI_OPENAI_API_KEY }}" >> .env
echo "CHAIN_RPC_URL=${{ secrets.CI_CHAIN_RPC_URL }}" >> .env
echo "COINGECKO_API_KEY=${{ secrets.CI_COINGECKO_API_KEY }}" >> .env
echo "LIFI_API_KEY=${{ secrets.LIFI_API_KEY }}" >> .env
- name: Parse Comment for Arguments
id: parse_args
Expand Down

0 comments on commit b2edd8c

Please sign in to comment.