-
Hi all, I am new to the GitHub API so please forgive if this has been asked before. I am trying to re-run a Github Actions workflow with the API but I have been getting 404 with the following message:
And here is my code:
I am using a personal access token with repo scope permissions for authentication. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks like your request is not authenticated, the Can you make sure that |
Beta Was this translation helpful? Give feedback.
It looks like your request is not authenticated, the
authorization
header is not set.Can you make sure that
process.env.AUTH
does contain the token?