Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
GitHub Docs

Sharing your GitHub App

You can share your GitHub App with other users.

Sharing your GitHub App on GitHub Marketplace

If your GitHub App is public, you can choose to publish it to GitHub Marketplace. For more information, seeAbout GitHub Marketplace for apps.

For more information about how users can install your app from GitHub Marketplace, seeInstalling a GitHub App from GitHub Marketplace for your organizations andInstalling a GitHub App from GitHub Marketplace for your personal account.

Sharing your GitHub App via an install link

If your GitHub App is public, other users and organizations can install your app. For more information about making your app public, seeMaking a GitHub App public or private.

  1. In the upper-right corner of any page on GitHub, click your profile picture.

  2. Navigate to your account settings.

    • For an app owned by a personal account, clickSettings.
    • For an app owned by an organization:
      1. ClickYour organizations.
      2. To the right of the organization, clickSettings.
  3. In the left sidebar, click Developer settings.

  4. In the left sidebar, clickGitHub Apps.

  5. Next to the GitHub App that you want to share, clickEdit.

  6. ClickPublic page. GitHub will bring you to the public page for your GitHub App.

  7. ClickInstall. GitHub will bring you to the installation URL for your GitHub App. The URL will look something likehttps://github.com/apps/APP-NAME/installations/new, whereAPP-NAME is the name of the GitHub App.

  8. Share the installation URL with other users. For more information about how users can install your app from this URL, seeInstalling a GitHub App from a third party.

    When you share the URL, you can include astate query parameter in the installation URL to preserve the state of the application page and return people back to that state after they install, authenticate, or accept updates to your GitHub App. For example, you could use thestate to correlate an installation to a user or account.

    To preserve a state, add it to the installation URL:https://github.com/apps/<app name>/installations/new?state=AB12t

Sharing your GitHub App with GitHub Enterprise Server instances

If you want to share your GitHub App with GitHub Enterprise Server instances that you are not part of, you need to take additional steps. For more information, seeMaking your GitHub App available for GitHub Enterprise Server.


[8]ページ先頭

©2009-2025 Movatter.jp