Commit d2f8cb19 authored by Eloy Durán's avatar Eloy Durán

[push] Update test token.

parent 77a75f10
...@@ -68,7 +68,7 @@ module Pod ...@@ -68,7 +68,7 @@ module Pod
podspec_files.each do |spec_file| podspec_files.each do |spec_file|
spec = Pod::Specification.from_file(spec_file) spec = Pod::Specification.from_file(spec_file)
REST.post("#{base_url}/pods", spec.to_json, 'Content-Type' => 'application/json; charset=utf-8', REST.post("#{base_url}/pods", spec.to_json, 'Content-Type' => 'application/json; charset=utf-8',
'Authorization' => "Token 46dbd9b53eedd840355750621e6385dd") 'Authorization' => "Token 9300632274827cd3e6dde24bf9c608c3")
end end
rescue Exception rescue Exception
# Nothing # Nothing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment