Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rauner committed Jan 31, 2024
1 parent 07838b4 commit fcc0284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
CARGO_TERM_COLOR: always
DATABASE_URL: ${{ secrets.DATABASE_URL }}
OPENAI_API_KEY: ${{ OPENAI_API_KEY }}
OPENAI_API_KEY: ${{ secrests.OPENAI_API_KEY }}
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fcc0284

Please sign in to comment.