-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting 404 for an issue that exist and is open #2
Comments
It seems that the issue is related to the security context that the request is running in. The action gets 404 for every request it send to private repo. It seems that the action should receive the GITHUB_TOKEN and use it in order to avoid the 404 for existing issues, |
Hi @RonenYAtZenity 👋 Apologies for the late response — Yes, it should ideally receive a |
How about this GH CLI? |
@RonenYAtZenity Which trigger do you use? |
@RonenYAtZenity is it fixed now? |
I am running the action based on the readme example. When I do it it return 0 though it succeed to extract the issue number from the PR description and it builds a valid issue link that when I use it the issue is open with no problems. You can find below the action log.
The text was updated successfully, but these errors were encountered: