1
0
mirror of synced 2026-01-05 21:04:17 -05:00
Files
docs/translations/ru-RU/content/developers/apps/managing-github-apps/editing-a-github-apps-permissions.md
Chris 5839299a49 [Localization] Translation Batch 1635441053 (#22474)
* New Crowdin translations by Github Action

* Reset broken translated files to English

* Ran script/i18n/homogenize-frontmatter.js

* Ran script/fix-translation-errors.js

* Reverted translated files with parsing and rendering errors

* Update script to skip checked in list of files to reset for broken translations

* Temporarily enable all langauges to check CI status

* Need better performance for more languages

* Revert "Update script to skip checked in list of files to reset for broken translations"

This reverts commit f88f01a0f790fcd9fba5fc79937edd923263b6c5.

* Revert changes used to test CI passes when all languages are enabled

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-10-28 22:08:02 +00:00

2.3 KiB

title, intro, redirect_from, versions, topics, shortTitle
title intro redirect_from versions topics shortTitle
Editing a GitHub App's permissions {% data reusables.shortdesc.editing_permissions_for_github_apps %}
/apps/building-integrations/managing-github-apps/editing-a-github-app-s-permissions/
/apps/managing-github-apps/editing-a-github-app-s-permissions
/developers/apps/editing-a-github-apps-permissions
fpt ghes ghae ghec
* * * *
GitHub Apps
Edit permissions

{% 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 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.

{% 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. App selection 5. In the left sidebar, click 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. Click Save changes. Button to save permissions changes