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
|
decode_compressed_response: true
|
||||||
}
|
}
|
||||||
c.filter_sensitive_data("<GITHUB_TOKEN>") do
|
c.filter_sensitive_data("<GITHUB_TOKEN>") do
|
||||||
"token #{ENV.fetch('CHANGELOG_GITHUB_TOKEN')}"
|
"token #{ENV.fetch('CHANGELOG_GITHUB_TOKEN') { 'frobnitz' }}"
|
||||||
end
|
end
|
||||||
|
|
||||||
c.configure_rspec_metadata!
|
c.configure_rspec_metadata!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user