From f67036aa9db9571058c4b8bb39b2ef5852e44b70 Mon Sep 17 00:00:00 2001 From: eppixx Date: Wed, 27 Oct 2021 14:55:46 +0000 Subject: [PATCH] test --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index eeb6f95..f000413 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,10 +10,11 @@ pipeline: notify: # http://plugins.drone.io/appleboy/drone-discord/ image: appleboy/drone-discord - webhook_id: 901853296384438312 #$discord_webhook_id + webhook_id: $discord_webhook_id # from_secret: discord_webhook_id - webhook_token: NFIwEVtLxgcaFIbeBHCRS7WuL2rPrQuzr6wsrraqLH_WUbfk-en6Xx_SkGsLm7JBt6O9 #$discord_webhook_token + webhook_token: $discord_webhook_token # from_secret: discord_webhook_token + secrets: [ discord_webhook_id, discord_webhook_token] message: "test" #message: > @@ -21,5 +22,4 @@ pipeline: # build {{build.number}} succeeded. Good job. # {{else}} # build {{build.number}} failed. Fix me please. - # {{/success}} - secrets: [ discord_webhook_id, discord_webhook_token] \ No newline at end of file + # {{/success}} \ No newline at end of file