Next: Initial Pull, Previous: Loading Forge, Up: Initial Setup [Contents][Index]
Forge uses the Ghub package to access the APIs of supported forges. How this works and how to create and store a token is documented in (ghub)Getting Started. Please read that now, before you continue below.
Forge requires the following token scopes.
repo
grants full read/write access to private and public
repositories.
user
grants access to profile information.
read:org
grants read-only access to organization membership.
More information about these and other scopes can be found at https://docs.github.com/en/developers/apps/scopes-for-oauth-apps.
api
is the only required scope. It gives read
and write access to everything. The Gitlab API provides more
fine-grained scopes for read-only access, but when any write access
at all is required, then it is all or nothing.