Insecure connection to portainer webhook
/ build_website (push) Successful in 6s Details
/ build_and_push_container (push) Successful in 9s Details
/ update_portainer (push) Successful in 1s Details

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:
image: curlimages/curl:8.17.0
steps:
- run: curl -X POST ${{ secrets.RELOAD_PORTAINER_WEBHOOK }}
- run: curl -k -X POST ${{ secrets.RELOAD_PORTAINER_WEBHOOK }}