* New Crowdin translations by Github Action * Revert broken translated files to English * Revert broken translations * Revert broken translations * Revert more broket translations * Revert broken translation * Increase Node memory limit for running Jest * Allow Node to use more memory for Jest * Increase Node memory limit for running Jest Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Chiedo <chiedo@users.noreply.github.com> Co-authored-by: James M. Greene <JamesMGreene@github.com>
28 lines
2.2 KiB
Markdown
28 lines
2.2 KiB
Markdown
---
|
|
title: Editing a GitHub App's permissions
|
|
intro: '{% data reusables.shortdesc.editing_permissions_for_github_apps %}'
|
|
redirect_from:
|
|
- /apps/building-integrations/managing-github-apps/editing-a-github-app-s-permissions/
|
|
- /apps/managing-github-apps/editing-a-github-app-s-permissions
|
|
versions:
|
|
free-pro-team: '*'
|
|
enterprise-server: '*'
|
|
github-ae: '*'
|
|
---
|
|
|
|
{% note %}
|
|
|
|
**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](/webhooks/event-payloads/#installation) to find out when people accept new permissions for your app. One exception is [user-level permissions](/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/#user-level-permissions), which don't require the account owner to approve permission changes.
|
|
|
|
{% endnote %}
|
|
|
|
{% data reusables.user-settings.access_settings %}
|
|
{% data reusables.user-settings.developer_settings %}
|
|
{% data reusables.user-settings.github_apps %}
|
|
4. Select the GitHub App whose permissions you want to change. 
|
|
5. In the left sidebar, click **Permissions & 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. 
|
|
7. In "Subscribe to events", select any events to which you'd like to subscribe your app. 
|
|
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. 
|
|
9. Click **Save changes**. 
|