Skip to content

Commit

Permalink
feat: use POST method
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Oct 24, 2024
1 parent 2e040bd commit d32045e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clean-demo-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d32045e

Please sign in to comment.