Skip to content

Commit

Permalink
add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Jan 25, 2024
1 parent a16db24 commit 5102e78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
push:
branches: [main]

env:
MANIFOLD_API_KEY: ${{ secrets. MANIFOLD_API_KEY}}
SERP_API_KEY: ${{ secrets. SERP_API_KEY}}
OPENAI_API_KEY: ${{ secrets. OPENAI_API_KEY}}
BET_FROM_ADDRESS: ${{ secrets. BET_FROM_ADDRESS}}
BET_FROM_PRIVATE_KEY: ${{ secrets. BET_FROM_PRIVATE_KEY}}

jobs:
mypy:
runs-on: ubuntu-latest
Expand All @@ -21,6 +28,7 @@ jobs:
- uses: ./.github/actions/python_prepare
- name: Run pytest
run: poetry run pytest

black:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5102e78

Please sign in to comment.