VCR: Try to use frobnitz as default token
This commit is contained in:
parent
de525fb1e8
commit
3fc0012de2
|
@ -47,7 +47,7 @@ VCR.configure do |c|
|
|||
decode_compressed_response: true
|
||||
}
|
||||
c.filter_sensitive_data("<GITHUB_TOKEN>") do
|
||||
"token #{ENV.fetch('CHANGELOG_GITHUB_TOKEN')}"
|
||||
"token #{ENV.fetch('CHANGELOG_GITHUB_TOKEN') { 'frobnitz' }}"
|
||||
end
|
||||
|
||||
c.configure_rspec_metadata!
|
||||
|
|
Loading…
Reference in New Issue
Block a user