-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
on PR getting Error: Not Found #165
Comments
It seems we had the same issue. Have you solved it? |
Any update on this for either of you? |
Any update? |
Hey, I succeeded in using it, but I missed coming back here to help. If I remember well, this was due to the personal access token (PAT) setup. In my case, I use a token owned by an internal bot acting as a GitHub user in my org. This bot (the PAT owner) must have write/maintainer/admin permissions on your repo (depending on your GitHub repo settings) Hoping it will help. Could you confirm if it solved your issues? That way, @mathieudutour you should be able to add this warning in the troubleshooting section in the readme, or even better, check for the PAT owner permissions before execution and display a more semantic error message if the permissions are not enough. |
When I use this action to bump and create tag
```
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token:
The text was updated successfully, but these errors were encountered: