diff --git a/.gitea/workflows/infrastructure-deploy.yml b/.gitea/workflows/infrastructure-deploy.yml index 897d85c..91b0454 100644 --- a/.gitea/workflows/infrastructure-deploy.yml +++ b/.gitea/workflows/infrastructure-deploy.yml @@ -26,9 +26,5 @@ jobs: -H "Authorization: token ${{ secrets.PULUMI_ACCESS_TOKEN }}" \ -H "Content-Type: application/json" \ -d '{ - "operation": "update", - "inheritSettings": true, - "sourceContext": { - "branch": "main" - } + "operation": "update" }'