I’m trying to configure access so that I can consume a package hosted in GitHub Packages from another repo than the repo that created it. Ideally I’d like to use the GITHUB_TOKEN and not have any system user that I need to administrate. To achieve this I found that using the “Manage Actions access” section on the Package-settings page, I’m able to grant access to the other repo. However I have a lot of packages and potential repos that will consume these packages so I’d like to programmatically configure this somehow but I can’t seem to find any APIs in the GitHub REST API that allows for this. Can someone point me in the right direction?