Replies: 1 comment 5 replies
-
Hello 👋 ! The action is trying to perform a response: {
url: 'https://api.github.com/',
status: 403,
headers: {
'x-github-request-id': '0400:3D5E:A5E71:B5198:625DAC7C',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '0',
'x-ratelimit-reset': '1650306689',
'x-ratelimit-used': '5013',
},
data: undefined
},
request: {
method: 'HEAD',
url: 'https://api.github.com/',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'octokit-core.js/3.5.1 Node.js/17.3.1 (linux; x64)',
authorization: 'token [REDACTED]'
},
} If you use your account for other application that use GitHub APIs, I think the solution would be to create a bot account and use its personal access token instead (you can change the target user by providing the For info here's what your current config will look like (I generated it with my own token): Also JFY the Hope this helps, and thanks a lot for giving this action a try 😄 ! |
Beta Was this translation helpful? Give feedback.
-
https://github.com/ljharb/ljharb/runs/6066500430?check_suite_focus=true
any ideas?
Beta Was this translation helpful? Give feedback.
All reactions