Add collaborators to a package using API #153118
Replies: 2 comments 2 replies
-
|
Hello @szandala To add collaborators to a package on GitHub using the API and 1. Obtain a Personal Access Token (PAT)You need a Personal Access Token (PAT) with the appropriate scope. The required scopes for managing packages are:
You can generate this token in GitHub Settings → Tokens. 2. Adding a Collaborator to a Package using
|
Beta Was this translation helpful? Give feedback.
-
|
Confirmed with support - it is not possible as of 6.03.2025. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Greetings,
I would like to use API to add collaborators for a package.
Something that is configured in GUI:
https://github.com/orgs/<ORG>/packages/container/<PACKAGE_NAME>/settingsI have over 800 packages for which I have to update collaborators (add new team). How to do it using
cURL?Beta Was this translation helpful? Give feedback.
All reactions