File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/io/kestra/plugin/zendesk/tickets Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 type: io.kestra.plugin.zendesk.tickets.Create
3939 domain: mycompany.zendesk.com
404041- token: zendesk_api_token
41+ token: "{{ secret('ZENDESK_TOKEN') }}"
4242 subject: "Increased 5xx in Demo Service"
4343 description: |
4444 "The number of 5xx has increased beyond the threshold for Demo service."
6161 - id: create_ticket
6262 type: io.kestra.plugin.zendesk.tickets.Create
6363 domain: mycompany.zendesk.com
64- oauthToken: zendesk_oauth_token
64+ oauthToken: "{{ secret('ZENDESK_OAUTH_TOKEN') }}"
6565 subject: "Increased 5xx in Demo Service"
6666 description: |
6767 "The number of 5xx has increased beyond the threshold for Demo service."
8484 - id: create_ticket
8585 type: io.kestra.plugin.zendesk.tickets.Create
8686 domain: mycompany.zendesk.com
87- oauthToken: zendesk_oauth_token
87+ oauthToken: "{{ secret('ZENDESK_OAUTH_TOKEN') }}"
8888 subject: Workflow failed
8989 description: |
9090 "{{ execution.id }} has failed on {{ taskrun.startDate }}.
You can’t perform that action at this time.
0 commit comments