Skip to content

Commit

Permalink
Fix CEL Example for secret comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
khrm authored and tekton-robot committed Apr 20, 2020
1 parent 68f6be3 commit acb30f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- name: cel-trig-with-matches
interceptors:
- cel:
filter: "'test-secret'.secretCompare('token', 'mysecret')"
filter: "'test-secret'.compareSecret('token', 'mysecret')"
bindings:
- name: pipeline-binding
template:
Expand Down

0 comments on commit acb30f2

Please sign in to comment.