diff --git a/.github/workflows/clean-demo-data.yml b/.github/workflows/clean-demo-data.yml index 5186f4b..db7b8cb 100644 --- a/.github/workflows/clean-demo-data.yml +++ b/.github/workflows/clean-demo-data.yml @@ -26,6 +26,7 @@ jobs: console.log('Starting demo users cleanup'); const response = await fetch(`${API_BASE_URL}/get-users`, { + method: 'POST', headers: { 'Authorization': `Bearer ${API_TOKEN}`, 'Content-Type': 'application/json'