Skip to content

Commit

Permalink
add secrests read in for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rauner committed Jan 31, 2024
1 parent 48e5e82 commit 07838b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches: [ "master", "dev" ]
pull_request:
branches: [ "master", "dev" ]
env:
CARGO_TERM_COLOR: always
DATABASE_URL: ${{ secrets.DATABASE_URL }}
OPENAI_API_KEY: ${{ OPENAI_API_KEY }}
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 07838b4

Please sign in to comment.