forked from HSWro/hswro_org
Insecure connection to portainer webhook
This commit is contained in:
parent
a477f84218
commit
e3c325bf5d
|
|
@ -32,4 +32,4 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: curlimages/curl:8.17.0
|
image: curlimages/curl:8.17.0
|
||||||
steps:
|
steps:
|
||||||
- run: curl -X POST ${{ secrets.RELOAD_PORTAINER_WEBHOOK }}
|
- run: curl -k -X POST ${{ secrets.RELOAD_PORTAINER_WEBHOOK }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue