mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
chore: github action update
This commit is contained in:
2
.github/workflows/deploy-demo.yml
vendored
2
.github/workflows/deploy-demo.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
time: '10' # for 60 seconds
|
time: '10' # for 60 seconds
|
||||||
- name: deploy-certd-demo
|
- name: deploy-certd-demo
|
||||||
uses: tyrrrz/action-http-request@master
|
uses: tyrrrz/action-http-request@prime
|
||||||
with:
|
with:
|
||||||
# 通过webhook 触发 certd-demo来部署
|
# 通过webhook 触发 certd-demo来部署
|
||||||
url: ${{ secrets.WEBHOOK_CERTD_DEMO }}
|
url: ${{ secrets.WEBHOOK_CERTD_DEMO }}
|
||||||
|
|||||||
2
.github/workflows/release-image.yml
vendored
2
.github/workflows/release-image.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
|||||||
# greper/certd-agent:latest
|
# greper/certd-agent:latest
|
||||||
# greper/certd-agent:${{steps.get_certd_version.outputs.result}}
|
# greper/certd-agent:${{steps.get_certd_version.outputs.result}}
|
||||||
- name: deploy-certd-doc
|
- name: deploy-certd-doc
|
||||||
uses: tyrrrz/action-http-request@master
|
uses: tyrrrz/action-http-request@prime
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.WEBHOOK_CERTD_DOC }}
|
url: ${{ secrets.WEBHOOK_CERTD_DOC }}
|
||||||
method: POST
|
method: POST
|
||||||
|
|||||||
Reference in New Issue
Block a user