generated from sodre/ght-pypackage
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The default parameters are incompatible. A push
event requires more than just the metadata=read
permission.
The list of available events is here.
The list of available permissions is TBD.
zeroae-goblet/zeroae/goblet/config.py
Lines 100 to 104 in 8139b38
with env.prefixed("DEFAULT_"): | |
APP_DEFAULT_EVENTS = env.list( | |
"EVENTS", "push", validate=ContainsOnly(valid_events) | |
) | |
APP_DEFAULT_PERMISSIONS = env.dict("PERMISSIONS", "metadata=read") |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working