Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Tu Quoc Tran committed Mar 13, 2024
1 parent a31482a commit eb8f99d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/environment/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ def initial_secrets(env)
else
'GD_STG'
end
puts "TOKEN: #{ENV["GD_TEST_DEV_TOKEN"]}"
puts "TOKEN: #{ENV["GD_TEST_PROD_TOKEN"]}"
puts "TOKEN: #{ENV["GD_TEST_GD_PROJECT_TOKEN"]}"
puts "TOKEN: #{ENV["GD_STG_DEV_TOKEN"]}"
puts "TOKEN: #{ENV["GD_STG_PROD_TOKEN"]}"
puts "TOKEN: #{ENV["GD_STG_GD_PROJECT_TOKEN"]}"
{
s3_bucket_name: ENV['RT_S3_BUCKET_NAME'],
s3_access_key_id: ENV['RT_S3_ACCESS_KEY'],
Expand Down

0 comments on commit eb8f99d

Please sign in to comment.