You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zk...@apache.org on 2022/09/30 03:46:50 UTC

[incubator-devlake-website] 02/02: Update webhook.md

This is an automated email from the ASF dual-hosted git repository.

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 72b019bf49a8dffe16ec0600ac105aabcb8faacd
Author: Likyh <l...@likyh.com>
AuthorDate: Fri Sep 30 11:08:17 2022 +0800

    Update webhook.md
---
 docs/Plugins/webhook.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Plugins/webhook.md b/docs/Plugins/webhook.md
index 40886d0e0..2a07e8d84 100644
--- a/docs/Plugins/webhook.md
+++ b/docs/Plugins/webhook.md
@@ -208,7 +208,7 @@ jobs:
           name: "close pipeline"
           command: |
             env
-            curl https://ui-my-svr02.demo.devlake.io/api/plugins/webhook/1/cicd_pipeline/`date '+%Y-%m-%d'`$CIRCLE_SHA1/finish -X 'POST' -d '' -H 'Authorization: Basic ZGV2bGFrZTpqbDhzazFvc3NPNk93'
+            curl https://sample-url.com/api/plugins/webhook/1/cicd_pipeline/`date '+%Y-%m-%d'`$CIRCLE_SHA1/finish -X 'POST' -d ''
           when: always
 
 workflows: