Skip to content

Commit

Permalink
Added: OpenAI key to CI/CD file in github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Peco1503 committed Jun 10, 2024
1 parent f136b38 commit cfb52d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

- name: Build
run: npm run build
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

- name: Install AWS Amplify CLI
run: npm install -g @aws-amplify/cli
Expand Down

0 comments on commit cfb52d6

Please sign in to comment.