chore(ci): add 30s timeout to Portainer request
This commit is contained in:
parent
c9199fad81
commit
d03afeb8c4
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -47,3 +47,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
||||||
method: POST
|
method: POST
|
||||||
|
timeout: 30000
|
||||||
|
preventFailureOnNoResponse: 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user