fix: remove deprecated secrets field from slack step

This commit is contained in:
Viktor Barzin 2026-02-28 18:32:10 +00:00
parent e8997ec430
commit be47592e08

View file

@ -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