Skip to content

Commit 0642484

Browse files
committed
Update github-access-token name
1 parent 5f2e8b7 commit 0642484

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/notes-github-pr.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ def git(*cmd, repo_path: nil)
8383
end
8484
end
8585

86-
github = GitHub.new(File.read(File.expand_path('~git/config/github-access-token')).chomp)
86+
# github-access-token-repo-status: only `repo.repo:status`
87+
github = GitHub.new(File.read(File.expand_path('~git/config/github-access-token-repo-status')).chomp)
8788

8889
repo_path, *rest = ARGV
8990
rest.each_slice(3).map do |oldrev, newrev, refname|

0 commit comments

Comments
 (0)