devcontainers / template-starter

A template explaining how to author custom dev container Templates
MIT License
173 stars 58 forks source link

Tell user about needed permissions for Workflow #14

Closed jarrodcolburn closed 1 year ago

jarrodcolburn commented 1 year ago

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. image

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