Hi I am trying to get a token to deal with organization container packages since a while
I am using this other action https://github.com/snok/container-retention-policy but I am struggling here.
Testing a bit further, doing a curl to https://api.github.com/orgs/ORG/packages/container/NAME with the generated token retruns me a 404. Using a PAT instead I get a good result. I am giving it permission-packages: write
I can see this action has a permission-organization-packages permission? I am trying to use it but I get a 422 "The permissions requested are not granted to this installation"
I have given the app ALL admin permissions available so far, and still cannot get it working.
Maybe I am missing something obvious here.
Hi I am trying to get a token to deal with organization container packages since a while
I am using this other action https://github.com/snok/container-retention-policy but I am struggling here.
Testing a bit further, doing a curl to https://api.github.com/orgs/ORG/packages/container/NAME with the generated token retruns me a 404. Using a PAT instead I get a good result. I am giving it
permission-packages: writeI can see this action has a
permission-organization-packagespermission? I am trying to use it but I get a 422 "The permissions requested are not granted to this installation"I have given the app ALL admin permissions available so far, and still cannot get it working.
Maybe I am missing something obvious here.