Skip to content

Commit 69f080e

Browse files
committed
Fix schema
1 parent 63b5901 commit 69f080e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/spicedb/schema/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ schema: |-
121121
permission read_env_var = viewer + editor + org->collaborator + org->owner + org->installation_admin
122122
permission write_env_var = editor + org->owner + org->installation_admin
123123
124-
permission read_prebuild = viewer + editor + org->owner + org->installation_admin
124+
permission read_prebuild = viewer + editor + org->collaborator + org->owner + org->installation_admin
125125
permission write_prebuild = editor + org->owner
126126
}
127127

0 commit comments

Comments
 (0)