Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdriscoll98 committed Jan 31, 2024
1 parent c3dc44d commit bbccacb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
# Setting an environment variable with the value of a configuration variable
OPENAI_API_KEY: ${{ vars.OPENAI_API_KEY }}
env:
# Setting an environment variable with the value of a configuration variable
OPENAI_API_KEY: ${{ vars.OPENAI_API_KEY }}

jobs:
build:
Expand Down

0 comments on commit bbccacb

Please sign in to comment.