Skip to content

Commit

Permalink
debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops committed Jan 10, 2025
1 parent b6359c2 commit de55844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/runner-cleanup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
# Calling unsupported PyGithub API endpoint
url = f"https://api.github.com/orgs/{github_org}/actions/runners"
headers = {
"Authorization": f"Bearer {auth_token}",
"Authorization": f"Bearer {gh_auth_token}",
"Accept": "application/vnd.github+json"
}
response = requests.get(url, headers=headers)
Expand Down

0 comments on commit de55844

Please sign in to comment.