Skip to content

Commit

Permalink
chore(CI)🔧: Remove hardcoded API key from CI configuration
Browse files Browse the repository at this point in the history
- Deleted environment variables section containing OPENAI_API_KEY.
  • Loading branch information
ericmjl committed Oct 6, 2024
1 parent cfcfc1e commit 73677a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
push:
branches: [main]

env:
OPENAI_API_KEY: dummy_key

jobs:
run-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 73677a4

Please sign in to comment.