Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TexasCoding committed Jun 22, 2024
1 parent 8a624cf commit 0d91b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:

env:
POETRY_VERSION: 1.8.3
API_KEY: ${{ secrets.ALPACA_API_KEY }}
API_SECRET: ${{ secrets.ALPACA_SECRET_KEY }}
ALPACA_API_KEY: ${{ secrets.ALPACA_API_KEY }}
ALPACA_SECRET_KEY: ${{ secrets.ALPACA_SECRET_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

jobs:
Expand Down

0 comments on commit 0d91b17

Please sign in to comment.