-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
You must authenticate via a GitHub App #141
Comments
You must authenticate via a GitHub App |
While using github actions it is able generate summary.md file . but unable to publish into Pull request page |
Hi, I think you are referring to this issue (triggering actions from a fork through a pull request): #35 (comment) There are a bunch of examples and explanations how to solve this in there, otherwise please feel free to reopen. |
@LouisBrunner Hello I am getting this error message though I'm not triggering an action from a fork but instead on my own repo. This is what my actions file looks like:
I tried both with the new token type and the old one and granted all permissions. On the classic token type I'm getting the error |
@JorensM What if you use |
@LouisBrunner I have my token saved with the name |
@LouisBrunner To be clear, am I setting up the secret in the correct way? I go to Repo settings > Secrets and variables > Actions > Add token to Repository Secrets |
Most of the time you should be using it and not one created manually. Check the updated README for reference if you get permissions errors: https://github.com/LouisBrunner/checks-action?tab=readme-ov-file#permissions |
@LouisBrunner Thanks for clarifying, I didn't know there's a special secret token. I tried replacing This is what my
|
@LouisBrunner Update: I have found out that your GH action is not necessary for what I'm trying to do, so I'll drop it at least for now. But it's still worth looking into this issue as others may still be experiencing it as well! |
@JorensM Unfortunately, there is not much I can do on my side. Either you create a Github App so you have full control over permissions or you set the permissions as specified by Github (actions/first-interaction#10 (comment)). |
Please help me how to authenticate using github token
The text was updated successfully, but these errors were encountered: