We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18dc25 commit 109ab53Copy full SHA for 109ab53
tasks/github.rake
@@ -8,7 +8,7 @@ end
8
task 'github:release' do
9
require 'octokit'
10
11
- gh = Octokit::Client.new(access_token: ENV['AWS_SDK_FOR_RUBY_GH_TOKEN'])
+ gh = Octokit::Client.new(:access_token => ENV['AWS_SDK_FOR_RUBY_GH_TOKEN'])
12
13
repo = 'aws/aws-sdk-ruby'
14
tag_ref_sha = `git show-ref v#{$VERSION}`.split(' ').first
0 commit comments