add: webhook
This commit is contained in:
parent
c9b21e33a4
commit
626b8e5538
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,12 @@ steps:
|
||||||
from_secret: webdav_username
|
from_secret: webdav_username
|
||||||
password:
|
password:
|
||||||
from_secret: webdav_password
|
from_secret: webdav_password
|
||||||
|
steps:
|
||||||
|
- name: send-webhook
|
||||||
|
image: plugins/webhook
|
||||||
|
settings:
|
||||||
|
urls:
|
||||||
|
from_secret: webhook_url
|
||||||
#---
|
#---
|
||||||
#kind: pipeline
|
#kind: pipeline
|
||||||
#name: makepkg-on-amd64
|
#name: makepkg-on-amd64
|
||||||
|
|
Reference in a new issue