We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fb13f1 + ed5f881 commit ebcb998Copy full SHA for ebcb998
examples/simple.yml
@@ -27,7 +27,7 @@ acl:
27
- match: {account: "admin"}
28
actions: ["*"]
29
comment: "Admin has full access to everything."
30
- - match: {account: "user"}
+ - match: {account: "test"}
31
actions: ["pull"]
32
- comment: "User \"user\" can pull stuff."
+ comment: "User \"test\" can pull stuff."
33
# Access is denied by default.
0 commit comments