diff --git a/.woodpecker/default.yml b/.woodpecker/default.yml index c80c7366..36974309 100644 --- a/.woodpecker/default.yml +++ b/.woodpecker/default.yml @@ -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