You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param skipPermissionCheck useful either when the caller already checked permissions or when we need to do something purely server-side (e.g. looking up a project when starting a workspace by a collaborator)
// Note that there are two different read_prebuild permissions: this one, guarding primarily the listPrebuilds method in the API and then the other under projects, which is the actual permission used for checking if a user can use a prebuild for a repository.
96
+
// Today, the difference is that collaborators can't read prebuilds on an org but can on a repository (project).
95
97
permission read_prebuild = member + owner + installation->admin
96
98
97
99
permission create_workspace = member + collaborator
0 commit comments