fix: remove deprecated secrets field from slack step

This commit is contained in:
Viktor Barzin 2026-02-28 18:32:10 +00:00
parent 22ffd5001d
commit 2b066a2f1f
No known key found for this signature in database
GPG key ID: 0EB088298288D958

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