GitHub App Manifest Flow for single file read/write permission #24586
-
When creating a GitHub App using the manifest flow is there any way to specify the permission level (read/write/none) and path for I am currently investigating using the probot base template, which results in an app.yml manifest. However there is no entry for
or
I get an error stating that name path is requried Is there any way to include this in the manifest format? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
After analyzing the update behavior for an existing test app, I noted that this can be achieved by:
and then in the standard metadata for the manifest (where name, url, description, etc. are):
and this gave the expected behavior via the manifest flow. |
Beta Was this translation helpful? Give feedback.
-
Github app manifest flow for single fille read/ |
Beta Was this translation helpful? Give feedback.
After analyzing the update behavior for an existing test app, I noted that this can be achieved by:
and then in the standard metadata for the manifest (where name, url, description, etc. are):
and this gave the expected behavior via the manifest flow.