1
0
Fork 0

Insecure connection to portainer webhook

This commit is contained in:
Michał Rudowicz 2026-02-15 13:58:13 +01:00
parent a477f84218
commit e3c325bf5d
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}