Skip to content

Commit 09f1883

Browse files
authored
Fix Splunkbase again (#813)
1 parent 6777261 commit 09f1883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/download_splunk_mcp_server_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def run() -> None:
6565

6666
response = client.get(
6767
result.release.path,
68-
headers={"Authorization": f"Bearer {token}"},
68+
headers={"X-Auth-Token": token},
6969
)
7070
response.raise_for_status()
7171

0 commit comments

Comments
 (0)