Skip to main content

485 Search results for "token"

Codespaces / Prebuilding your codespaces /

Allowing a prebuild to access other repositories

personal access token to grant this access. You will need to create a new personal account and then use this account to create a personal access token (classic)

Apps / OAuth apps / Building OAuth apps /

Authenticating to the REST API with an OAuth app

Client ID and Client Secret. The client secret is used to get an access token for the signed-in user. You must include the client secret in your native

GitHub Packages / Learn GitHub Packages /

About permissions for GitHub Packages

registries, to pull a package, you must authenticate with a personal access token or GITHUB_TOKEN, regardless of whether the package is public or private.

Apps / Creating GitHub Apps / Registering a GitHub App /

Choosing permissions for a GitHub App

to act on their behalf, the GitHub App can use the resulting user access token to make requests to the REST API and the GraphQL API to read public resources

Webhooks / Using webhooks /

Automatically redelivering failed deliveries for an organization webhook

GITHUB_TOKEN, this example uses a personal access token. Alternatively, instead of creating a personal access token, you can create a GitHub App and use the app's

Webhooks / Using webhooks /

Automatically redelivering failed deliveries for a GitHub App webhook

script The endpoints to find and redeliver failed webhooks require a JSON web token, which is generated from the app ID and private key for your app. The endpoints

Migrations / GitHub Enterprise Importer / Migrate from Azure DevOps /

Migrating repositories from Azure DevOps to GitHub Enterprise Cloud

githubPat The personal access token for your destination organization on GitHub Enterprise Cloud. accessToken The personal access token for your source. targetRepoVisibility

Authentication / Secure your account with 2FA /

Accessing GitHub using two-factor authentication

methods, such as the API or the command line, you'll authenticate using a token, application, or SSH key. For more information, see About authentication

REST API / Organizations /

REST API endpoints for blocking users

to block and unblock users in an organization. About blocking users The token used to authenticate the call must have the admin:org scope in order to make

GitHub Actions / Self-hosted runners / Manage self-hosted runners /

Autoscaling with self-hosted runners

can use an access token or a GitHub app. Your access token will require the following scope: For private repositories, use an access token with the repo scope