You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ If you publish a package in a registry that only supports repository-scoped perm
48
48
49
49
## Configuring access to packages for your personal account
50
50
51
-
If you have admin permissions to a package that's scoped to a personal account, you can assign read, write, or admin roles to other users. For more information about these permission roles, see "[Visibility and access permissions for packages](#visibility-and-access-permissions-for-packages)."
51
+
If you have admin permissions to a package that's scoped to a personal account, you can assign read, write, or admin roles to other users. For more information about these permission roles, see "[About inheritance of access permissions](#about-inheritance-of-access-permissions)."
52
52
53
53
If your package is private or internal and scoped to an organization, then you can only give access to other organization members or teams.
54
54
@@ -60,7 +60,7 @@ The selected users will automatically be given access and don't need to accept a
60
60
61
61
## Configuring access to packages for an organization
62
62
63
-
If you have admin permissions to a package that is scoped to an organization, you can assign read, write, or admin roles to other users and teams. For more information about these permission roles, see "[Visibility and access permissions for packages](#visibility-and-access-permissions-for-packages)."
63
+
If you have admin permissions to a package that is scoped to an organization, you can assign read, write, or admin roles to other users and teams. For more information about these permission roles, see "[About inheritance of access permissions](#about-inheritance-of-access-permissions)."
64
64
65
65
If your package is private or internal and scoped to an organization, then you can only give access to other organization members or teams.
66
66
@@ -134,7 +134,7 @@ For packages scoped to a personal account or an organization, to ensure that a {
134
134
The specified repository does not need to be the repository where the source code for the package is kept. You can give multiple repositories workflow access to a package.
135
135
136
136
{% ifversion packages-inherit-permissions %}
137
-
If you publish a package that is linked to a repository, {% data variables.product.prodname_actions %} workflows in the linked repository automatically get access to the package, unless your organization has disabled the automatic inheritance of access permissions. For more information, see "[About inheritance of access permissions and visibility](#about-inheritance-of-access-permissions-and-visibility)" above.
137
+
If you publish a package that is linked to a repository, {% data variables.product.prodname_actions %} workflows in the linked repository automatically get access to the package, unless your organization has disabled the automatic inheritance of access permissions. For more information, see "[About inheritance of access permissions](#about-inheritance-of-access-permissions)" above.
Copy file name to clipboardExpand all lines: content/rest/activity/feeds.md
-68Lines changed: 0 additions & 68 deletions
Original file line number
Diff line number
Diff line change
@@ -14,72 +14,4 @@ topics:
14
14
autogenerated: rest
15
15
---
16
16
17
-
## About {% data variables.product.prodname_dotcom %} feeds
18
-
19
-
The [Get feeds](#get-feeds) endpoint lists all the feeds available to the authenticated user. You can then get a feed by sending a request to one of the feed URLs.
20
-
21
-
By default, timeline resources are returned in JSON. You can specify the `application/atom+xml` type in the `Accept` header to return timeline resources in Atom format.
22
-
23
-
### Example request
24
-
25
-
To get the feed for GitHub security advisories in Atom format:
Copy file name to clipboardExpand all lines: data/reusables/package_registry/auto-inherit-permissions-note.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
{% note %}
4
4
5
-
**Note:** If you publish a package that is linked to a repository, the package automatically inherits the access permissions of the linked repository, and {% data variables.product.prodname_actions %} workflows in the linked repository automatically get access to the package, unless your organization has disabled automatic inheritance of access permissions. For more information, see "[AUTOTITLE](/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility#about-inheritance-of-access-permissions-and-visibility)."
5
+
**Note:** If you publish a package that is linked to a repository, the package automatically inherits the access permissions of the linked repository, and {% data variables.product.prodname_actions %} workflows in the linked repository automatically get access to the package, unless your organization has disabled automatic inheritance of access permissions. For more information, see "[AUTOTITLE](/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility#about-inheritance-of-access-permissions)."
0 commit comments