ci: make slack notification non-blocking when secret is missing
This commit is contained in:
parent
c5398d865a
commit
99e75177b5
2 changed files with 2 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ steps:
|
|||
|
||||
- name: slack
|
||||
image: woodpeckerci/plugin-slack
|
||||
failure: ignore
|
||||
settings:
|
||||
webhook:
|
||||
from_secret: slack-webhook-url
|
||||
|
|
|
|||
|
|
@ -152,6 +152,7 @@ steps:
|
|||
|
||||
- name: slack
|
||||
image: woodpeckerci/plugin-slack
|
||||
failure: ignore
|
||||
settings:
|
||||
webhook:
|
||||
from_secret: slack-webhook-url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue