mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
8 lines
335 B
YAML
8 lines
335 B
YAML
|
notify:
|
||
|
method: POST
|
||
|
headers: { 'Content-Type': 'application/json' }
|
||
|
packagePattern: package
|
||
|
packagePatternFlags: g
|
||
|
endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken
|
||
|
content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}'
|