ドキュメントには頻繁に更新が加えられ、その都度公開されています。本ページの翻訳はまだ未完成な部分があることをご了承ください。最新の情報については、英語のドキュメンテーションをご参照ください。本ページの翻訳に問題がある場合はこちらまでご連絡ください。

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2020-11-12. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの改善、新機能のためには、最新バージョンのGitHub Enterpriseにアップグレードしてください。 アップグレードに関する支援については、GitHub Enterprise supportに連絡してください。

Editing a GitHub App's permissions

After registering a GitHub App, you can modify your app's permissions.

Note: Updated permissions won't take effect on an installation until the owner of the account or organization approves the changes. You can use the InstallationEvent webhook to find out when people accept new permissions for your app. One exception is user-level permissions, which don't require the account owner to approve permission changes.

  1. 任意のページの右上で、プロフィール画像をクリックし、続いてSettings(設定)をクリックしてください。
    ユーザバーの [Settings(設定)] アイコン
  2. 左サイドバーで [Developer settings] をクリックします。
    Developer settings(開発者設定)セクション
  3. In the left sidebar, click GitHub Apps.
    GitHub Apps セクション
  4. Select the GitHub App whose permissions you want to change.
    アプリケーションの選択
  5. 左サイドバーで、[Permissions & webhooks] をクリックします。
    Permissions and webhooks
  6. Modify the permissions you'd like to change. For each type of permission, select either "Read-only", "Read & write", or "No access" from the dropdown.
    Permissions selections for your GitHub App
  7. In "Subscribe to events", select any events to which you'd like to subscribe your app.
    Permissions selections for subscribing your GitHub App to events
  8. Optionally, in "Add a note to users", add a note telling your users why you are changing the permissions that your GitHub App requests.
    Input box to add a note to users explaining why your GitHub App permissions have changed
  9. [Save changes] をクリックします。
    Button to save permissions changes