Skip to content

repo sync #21751

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Alternatively, you can approve or deny multiple tokens at once:
{% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %}
1. In the left sidebar, under **{% octicon "key" aria-label="The key icon" %} {% data variables.product.pat_generic_caps %}s**, click **Pending requests**. If any tokens are pending approval for your organization, they will be displayed.
1. Optionally, use the **Owner** and **Repository** dropdown menus to filter the requests by the member making the request.
{% data reusables.user-settings.patv2-filters %}
1. Select each token that you want to approve or reject.
1. Select the **request selected...** dropdown menu and click **Approve...** or **Deny...**.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Alternatively, you can revoke multiple tokens at once:
{% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %}
1. In the left sidebar, under **{% octicon "key" aria-label="The key icon" %} {% data variables.product.pat_generic_caps %}s**, click **Active tokens**. Any {% data variables.product.pat_v2 %}s that can access your organization will be displayed.
1. Optionally, use the **Owner** dropdown to filter the tokens by the member who created the token.
{% data reusables.user-settings.patv2-filters %}
1. Select each token that you want to revoke.
1. Select the **tokens selected...** dropdown menu and click **Revoke...**.
4 changes: 4 additions & 0 deletions data/reusables/user-settings/patv2-filters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1. Optionally, use filters to only display certain tokens.
- Use the **Owner** dropdown to filter the tokens by the member who created the token.
- Use the **Repository** dropdown to filter the tokens by repository access.
- Use the **Permissions** dropdown to filter the tokens by permission.