Skip to content

Commit

Permalink
Update close_issue.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dqzboy authored Feb 24, 2024
1 parent f5d1b7b commit 20d4af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/close_issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

issue_labels = ['no respect']
github_repo = 'dqzboy/DKube'
github_token = os.getenv("MY_GITHUB_TOKEN")
github_token = os.getenv("GITHUB_TOKEN")
headers = {
'Authorization': 'Bearer ' + github_token,
'Accept': 'application/vnd.github+json',
Expand Down

0 comments on commit 20d4af1

Please sign in to comment.