Skip to content

Commit

Permalink
chore: wrong name (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
uubulb authored Jul 28, 2024
1 parent 100600d commit aef9682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aef9682

Please sign in to comment.