chore: webhook修改为隐藏变量,避免别人fork后触发我的流水线

This commit is contained in:
xiaojunnuo
2025-12-07 00:18:05 +08:00
parent 5cee7d44f1
commit c909aa161b
2 changed files with 6 additions and 3 deletions

View File

@@ -121,10 +121,12 @@ jobs:
- name: deploy-certd-doc
uses: tyrrrz/action-http-request@master
with:
url: http://flow-openapi.aliyun.com/pipeline/webhook/IiSxLDp9aOhgDUxJPytv
url: ${{ secrets.WEBHOOK_CERTD_DOC }}
method: POST
body: |
{}
{
"CERTD_VERSION": "1.0.0"
}
headers: |
Content-Type: application/json
retry-count: 3