Docker images are being pushed to the [org packages](https://github.com/orgs/premAI-io/packages) rather than [repo packages](https://github.com/orgs/premAI-io/packages?repo_name=prem-services). However the repo's default CI `GITHUB_TOKEN` [lacks permissions to push to the org](https://github.com/premAI-io/prem-services/actions/runs/5727539409/job/15534055656). - [x] [label images appropriately](https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package#connecting-a-repository-to-a-container-image-using-the-command-line) #93 - [ ] create a [machine user (bot) account](https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts#personal-accounts) + does it need org `owner` access (!) in order to push org packages? Can't find guidance in docs. + or manually give it access to all existing packages (there doesn't seem to be [any API](https://docs.github.com/en/rest/packages/packages) to do this via CLI) - [ ] create PAT (docs currently say ["classic" rather than "fine grained"](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry)) + [x] ~check whether "fine grained" actually works~ + [ ] [necessary permissions](https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries) - [ ] update CI workflow to use said PAT
Docker images are being pushed to the org packages rather than repo packages. However the repo's default CI
GITHUB_TOKENlacks permissions to push to the org.owneraccess (!) in order to push org packages? Can't find guidance in docs.check whether "fine grained" actually works