Skip to content

Commit

Permalink
fix: default secret allow events
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire.Nicholas authored and Claire.Nicholas committed Jan 31, 2024
1 parent 2276426 commit 519e3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elm/Vela.elm
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@ secretToKey secret =

defaultSecretAllowEvents : AllowEvents
defaultSecretAllowEvents =
{ push = { branch = True, tag = True, delete_branch = True, delete_tag = True }, pull = defaultPullActionsPayload Nothing, deploy = { created = True }, comment = defaultCommentActionsPayload Nothing, schedule = defaultScheduleActionsPayload Nothing }
{ push = { branch = True, tag = True, delete_branch = False, delete_tag = False }, pull = defaultPullActionsPayload Nothing, deploy = { created = True }, comment = defaultCommentActionsPayload Nothing, schedule = defaultScheduleActionsPayload Nothing }


decodeSecret : Decoder Secret
Expand Down

0 comments on commit 519e3d6

Please sign in to comment.