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' \
|
curl -s -X POST -H 'Content-type: application/json' \
|
||||||
--data "{\"channel\":\"general\",\"text\":\"Woodpecker CI: infra pipeline ${CI_PIPELINE_STATUS}\"}" \
|
--data "{\"channel\":\"general\",\"text\":\"Woodpecker CI: infra pipeline ${CI_PIPELINE_STATUS}\"}" \
|
||||||
"$SLACK_WEBHOOK" || true
|
"$SLACK_WEBHOOK" || true
|
||||||
secrets: [slack_webhook]
|
|
||||||
environment:
|
environment:
|
||||||
SLACK_WEBHOOK:
|
SLACK_WEBHOOK:
|
||||||
from_secret: slack_webhook
|
from_secret: slack_webhook
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue