mirror of https://github.com/docker/docs.git
Merge pull request #12937 from matthewbalvanz-wf/patch-1
Indent webhook notifications Authorization header
This commit is contained in:
commit
dfbadff0fe
|
@ -35,7 +35,7 @@ notifications:
|
|||
- name: alistener
|
||||
url: https://mylistener.example.com/event
|
||||
headers:
|
||||
Authorization: [Bearer <your token, if needed>]
|
||||
Authorization: [Bearer <your token, if needed>]
|
||||
timeout: 500ms
|
||||
threshold: 5
|
||||
backoff: 1s
|
||||
|
|
Loading…
Reference in New Issue