@kyanny's blog

My thoughts, my life. Views/opinions are my own.

2021-03-31から1日間の記事一覧

gh: Must have admin rights to Repository. (HTTP 403)

This error happens if the OAuth token that gh command uses doesn't have enough scope. According to the document, in default, gh auth login grants minimum scopes that are "repo" and "read:org". You can add more scopes by -s option. For exam…