Variable: ghub-github-token-scopes

ghub-github-token-scopes is a variable defined in ghub.el.

Value

(repo)

Documentation

The Github API scopes that your private tools need.

You have to manually create or update the token at https://github.com/settings/tokens. This variable only serves as documentation.

Source Code

;; Defined in ~/.emacs.d/elpa/ghub-20260401.1239/ghub.el
(defvar ghub-github-token-scopes '(repo)
  "The Github API scopes that your private tools need.

You have to manually create or update the token at
https://github.com/settings/tokens.  This variable
only serves as documentation.")