Skip to content

Commit

Permalink
change OPENAI_AUTH_TOKEN to OPENAI_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
skyscrapr committed Jun 12, 2023
1 parent 5c60cef commit 7498784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
terraform_wrapper: false
- run: go mod download
- env:
OPENAI_AUTH_TOKEN: ${{ secrets.OPENAI_AUTH_TOKEN }}
OPENAI_AUTH_TOKEN: ${{ secrets.OPENAI_API_KEY }}
TF_ACC: "1"
run: go test -v -cover ./openai/
timeout-minutes: 10

0 comments on commit 7498784

Please sign in to comment.