Skip to content

Commit

Permalink
leverage the github 'tests' environment where secrets are defined
Browse files Browse the repository at this point in the history
  • Loading branch information
ElishaKay committed Jul 28, 2024
1 parent 764a165 commit 9d8a1e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
environment: tests # Specify the environment to use for this job
env:
# Ensure these environment variables are set for the entire job
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit 9d8a1e6

Please sign in to comment.