abiczo / github-notifier

Github updates notifier for Linux
57 stars 8 forks source link

github token for organizations are different #26

Open dotnetCarpenter opened 7 years ago

dotnetCarpenter commented 7 years ago

My github tokens for the organizations I'm a member of are different from my personal token.

If I change my config accordingly (git config --global -e), I get other notifications.

I think there should be a place in ~/.githubnotifier/config.cfs to write organization tokens.

abiczo commented 7 years ago

Interesting, didn't consider this case, thanks for bringing it up! I won't have time to work on it but happy to merge a pull request if you wanted to add support for this.