Skip to content

Commit

Permalink
Add ci secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Feb 23, 2024
1 parent 6d08bc6 commit 7d9028a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

strategy:
matrix:
Expand Down

0 comments on commit 7d9028a

Please sign in to comment.