Skip to content

Commit

Permalink
Add placeholder openai token for github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
penguoir committed Nov 15, 2023
1 parent 00c8b06 commit 5230c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
puts "Did not load .env file"
end

ActiveCortex.config.openai_access_token = ENV.fetch("OPENAI_ACCESS_TOKEN")
ActiveCortex.config.openai_access_token = ENV.fetch("OPENAI_ACCESS_TOKEN") { "openai-placeholder" }

VCR.configure do |config|
config.cassette_library_dir = "spec/vcr_cassettes"
Expand Down

0 comments on commit 5230c86

Please sign in to comment.