Trying to run the workflow Release Dev Container Templates & Generate Documentation from
release.yaml I kept getting error messages, such as:
{
"errors": [
{
"code": "DENIED",
"message": "installation not allowed to Create organization package"
}
]
}
👇I think one of the final fixes was setting these two things, but I'm not positive what finally got it to work.
Is anyone very familiar with Workflow/Permissions who could please take a look? ...and make sure this repo, meant for starters, has more guides/warnings for things that need to be set (as permissions can't be set in the using the fork/template). Or is workflow going to change soon, and this may be non-issue?
Trying to run the workflow Release Dev Container Templates & Generate Documentation from release.yaml I kept getting error messages, such as:
👇I think one of the final fixes was setting these two things, but I'm not positive what finally got it to work.
Is anyone very familiar with Workflow/Permissions who could please take a look? ...and make sure this repo, meant for starters, has more guides/warnings for things that need to be set (as permissions can't be set in the using the fork/template). Or is workflow going to change soon, and this may be non-issue?
This seems similiar to ticket I opened on the
template-feature
repo https://github.com/devcontainers/feature-starter/pull/38