-
-
Notifications
You must be signed in to change notification settings - Fork 483
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
Failed with 404 "discussion category unmatch" #573
Comments
Did you find a fix? I have the same problem. Tried downgrading to v0.1.15 or upgrading to v2.2.1 but did not help. Example Logs:
|
I found that this is happening on private repositories. I haven't tried with |
I could fix it for my side. For me the error message was wrong. GitHub should have told me, that the provided token is wrong or has insufficient permissions. It might help you to try create a PAT with enough permissions, setting it in the repository as secret and then providing it to the action through "secrets.TOKEN" |
Of course I always use PAT. token: ${{ secrets.TK }} |
Code:
As you can see, I'm not even using
discussion_category_name
input.The text was updated successfully, but these errors were encountered: