Skip to content

Commit

Permalink
Merge pull request #25 from studio-recoding/feat/cicd
Browse files Browse the repository at this point in the history
[chore] test
  • Loading branch information
uommou authored Mar 22, 2024
2 parents d59278d + 581c3b0 commit cbb58db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
OPENAI_API_KEY: ${{secrets.OPENAI_API_KEY}}
CHROMA_DB_IP_ADDRESS: ${{secrets.CHROMA_DB_IP_ADDRESS}}

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit cbb58db

Please sign in to comment.