mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
chore: wrong name (#399)
This commit is contained in:
2
.github/sync.py
vendored
2
.github/sync.py
vendored
@@ -55,7 +55,7 @@ def delete_gitee_releases(latest_id, client, uri, token):
|
||||
for id in release_ids:
|
||||
release_uri = f"{uri}/{id}"
|
||||
delete_data = {
|
||||
'access_token': access_token
|
||||
'access_token': token
|
||||
}
|
||||
delete_response = client.delete(release_uri, json=delete_data)
|
||||
if delete_response.status_code == 204:
|
||||
|
||||
Reference in New Issue
Block a user