chore: wrong name (#49)
This commit is contained in:
parent
284bc5655f
commit
4a6f1bd947
2
.github/workflows/sync.py
vendored
2
.github/workflows/sync.py
vendored
@ -57,7 +57,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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user