Skip to content

Commit 0bae69d

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents be76f35 + b16c30a commit 0bae69d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

content/developers/apps/authenticating-with-github-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To generate a private key:
2828
{% data reusables.user-settings.developer_settings %}
2929
{% data reusables.user-settings.github_apps %}
3030
{% data reusables.user-settings.modify_github_app %}
31-
5. In "Private keys," click **Generate a private key**.
31+
5. In "Private keys", click **Generate a private key**.
3232
![Generate private key](/assets/images/github-apps/github_apps_generate_private_keys.png)
3333
6. You will see a private key in PEM format downloaded to your computer. Make sure to store this file because GitHub only stores the public portion of the key.
3434

content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ With issue and pull request search terms, you can:
2525
- Filter issues and pull requests that involve, but don't necessarily [**@mention**](/articles/basic-writing-and-formatting-syntax/#mentioning-people-and-teams), certain people: `state:open type:issue involves:octocat`
2626
- Filter issues and pull requests by assignee: `state:open type:issue assignee:octocat`
2727
- Filter issues and pull requests by label: `state:open type:issue label:"bug"`
28+
- Filter out search terms by using `-` before the term: `state:open type:issue -author:octocat`
2829

2930
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
3031
For issues, you can also use search to:

data/reusables/package_registry/authenticate-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ You need an access token to publish, install, and delete packages. You can use a
22

33
{% if currentVersion == "free-pro-team@latest" %}
44
To authenticate using a {% data variables.product.prodname_actions %} workflow:
5-
- For package registries (`PACKAGE-REGISTRY.pkg.github.com/OWNER/REPOSITORY/IMAGE-NAME`), you can use a `GITHUB_TOKEN`.
5+
- For package registries (`PACKAGE-REGISTRY.pkg.github.com`), you can use a `GITHUB_TOKEN`.
66
- For the container registry (`ghcr.io/OWNER/IMAGE-NAME`), you must use a personal access token.
77
{% else %}
88
To authenticate to {% data variables.product.prodname_registry %} using a {% data variables.product.prodname_actions %} workflow, you must use `GITHUB_TOKEN`.

0 commit comments

Comments
 (0)