diff --git a/.gitea/workflows/love2d-load-test.yaml b/.gitea/workflows/love2d-load-test.yaml index 5a44cf8..54f7720 100644 --- a/.gitea/workflows/love2d-load-test.yaml +++ b/.gitea/workflows/love2d-load-test.yaml @@ -2,17 +2,6 @@ name: LÖVE Game Load Test on: workflow_call: - inputs: - VERSION: - required: true - ITCH_USERNAME: - required: false - ITCH_GAME_ID: - required: false - STEAM_APP_ID: - required: false - STEAM_RELEASE_BRANCH: - required: false secrets: PIPELINE_WORKER_SSH_KEY: type: string @@ -23,15 +12,6 @@ on: PIPELINE_WORKER_USERNAME: type: string required: true - BUTLER_API_KEY: - type: string - required: false - STEAM_USERNAME: - type: string - required: false - STEAM_CONFIG_VDF: - type: string - required: false jobs: game-load-test: