mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
chore:
This commit is contained in:
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@@ -75,7 +75,7 @@ jobs:
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
const http = require('axios');
|
||||
const webhook = "http://flow-openapi.aliyun.com/pipeline/webhook/lzCzlGrLCOHQaTMMt0mG:
|
||||
const webhook = "http://flow-openapi.aliyun.com/pipeline/webhook/lzCzlGrLCOHQaTMMt0mG";
|
||||
await http({
|
||||
url: webhook,
|
||||
method: 'POST',
|
||||
|
||||
2
.github/workflows/trigger-demo.yml
vendored
2
.github/workflows/trigger-demo.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
const http = require('axios');
|
||||
const webhook = "http://flow-openapi.aliyun.com/pipeline/webhook/lzCzlGrLCOHQaTMMt0mG:
|
||||
const webhook = "http://flow-openapi.aliyun.com/pipeline/webhook/lzCzlGrLCOHQaTMMt0mG"
|
||||
await http({
|
||||
url: webhook,
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user