-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Error: Input required and not supplied: github-token #124
Comments
Relevant logs:
|
When I ran into this, it was because I was using a secret for the token that was not a Dependabot secret. See https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions#accessing-secrets |
@mfugate1 Thank you! That did indeed solve it |
@mfugate1 thank you! For the sake of completeness I had to add the same secret in |
@mfugate1 @fasenderos Thanks, this solved it for me too. @ahmadnassri It might be worth adding this to the README to avoid a common gotcha. |
Fixed here too, definitely worth adding this to the README - I hadn't even realised dependabot specific secrets were a thing. |
Any ideas why I might getting the following error?
Error: Input required and not supplied: github-token
I've followed the README example and set the github-token. My
automerge.yml
looks like this:The repo has a secret called
AUTOMERGE_GITHUB_TOKEN
with a Personal Access Token with fullrepo
access.When I manually re-run this action it succeeds.
The text was updated successfully, but these errors were encountered: