Skip to content

Commit 8441b02

Browse files
authored
repo sync
2 parents bebd9c4 + 3943994 commit 8441b02

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

content/actions/hosting-your-own-runners/about-self-hosted-runners.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ You must ensure that the machine has the appropriate network access to communica
111111
github.com
112112
api.github.com
113113
*.actions.githubusercontent.com
114+
codeload.github.com
114115
```
115116

116117
If you use an IP address allow list for your {% data variables.product.prodname_dotcom %} organization or enterprise account, you must add your self-hosted runner's IP address to the allow list. For more information, see "[Managing allowed IP addresses for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization#using-github-actions-with-an-ip-allow-list)" or "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#using-github-actions-with-an-ip-allow-list)".

content/packages/publishing-and-managing-packages/about-github-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,15 @@ For more information, see "[Creating a personal access token](/github/authentica
166166
To use or manage a package hosted by a package registry, you must use a token with the appropriate scope, and your user account must have appropriate permissions for that repository.
167167

168168
For example:
169-
- To download and install packages from a repository, your token must have the `read:packages` scope, and your user account must have read permissions for the repository. If the repository is private, your token must also have the `repo` scope.
169+
- To download and install packages from a repository, your token must have the `read:packages` scope, and your user account must have read permissions for the repository.
170170
- To delete a specified version of a private package on {% data variables.product.product_name %}, your token must have the `delete:packages` and `repo` scope. Public packages cannot be deleted. For more information, see "[Deleting a package](/packages/publishing-and-managing-packages/deleting-a-package)."
171171

172172
| Scope | Description | Repository permissions |
173173
| --- | --- | --- |
174174
|`read:packages`| Download and install packages from {% data variables.product.prodname_registry %} | read |
175175
|`write:packages`| Upload and publish packages to {% data variables.product.prodname_registry %} | write |
176176
| `delete:packages` | Delete specified versions of private packages from {% data variables.product.prodname_registry %} | admin |
177-
| `repo` | Install, upload, and delete certain packages in private repositories (along with `read:packages`, `write:packages`, or `delete:packages`) | read, write, or admin |
177+
| `repo` | Upload and delete packages (along with `write:packages`, or `delete:packages`) | write, or admin |
178178

179179
When you create a {% data variables.product.prodname_actions %} workflow, you can use the `GITHUB_TOKEN` to publish and install packages in {% data variables.product.prodname_registry %} without needing to store and manage a personal access token.
180180

0 commit comments

Comments
 (0)