Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
main: add Bearer before github token
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Dec 2, 2020
1 parent 45b100a commit 9f2bc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def safe_system(*cmd)
credentials = <<~END_OF_CREDENTIALS
---
:rubygems_api_key: #{api_key}
:github: #{github_token}
:github: Bearer #{github_token}
END_OF_CREDENTIALS

FileUtils.mkdir_p(credentials_dir_path)
Expand Down

0 comments on commit 9f2bc98

Please sign in to comment.