diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index ad7960146..d30e9df40 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -43,7 +43,7 @@ jobs: with: time: '10' # for 60 seconds - name: deploy-certd-demo - uses: tyrrrz/action-http-request@master + uses: tyrrrz/action-http-request@prime with: # 通过webhook 触发 certd-demo来部署 url: ${{ secrets.WEBHOOK_CERTD_DEMO }} diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index 436cedb13..37af2be98 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -118,7 +118,7 @@ jobs: # greper/certd-agent:latest # greper/certd-agent:${{steps.get_certd_version.outputs.result}} - name: deploy-certd-doc - uses: tyrrrz/action-http-request@master + uses: tyrrrz/action-http-request@prime with: url: ${{ secrets.WEBHOOK_CERTD_DOC }} method: POST