diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 1d854af..4ef266e 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -34,4 +34,4 @@ jobs: --header "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \ --header "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \ --data '{ "stack": "6a0636c08ef0bf623546d494" }' \ - ${{ secrets.KOMODO_HOST }}/execute/CheckStackForUpdate + ${{ secrets.KOMODO_HOST }}/write/CheckStackForUpdate