fix: remove deprecated secrets field from slack step
This commit is contained in:
parent
e8997ec430
commit
be47592e08
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ steps:
|
|||
curl -s -X POST -H 'Content-type: application/json' \
|
||||
--data "{\"channel\":\"general\",\"text\":\"Woodpecker CI: infra pipeline ${CI_PIPELINE_STATUS}\"}" \
|
||||
"$SLACK_WEBHOOK" || true
|
||||
secrets: [slack_webhook]
|
||||
environment:
|
||||
SLACK_WEBHOOK:
|
||||
from_secret: slack_webhook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue