-
Notifications
You must be signed in to change notification settings - Fork 40
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
Reenable generating badge #405
Conversation
The build is failing, it seems to be an unrelated issue:
|
Yes, that was a new error. But prior to that I got this: https://github.com/Yelp/nrtsearch/runs/4184967117?check_suite_focus=true |
@vim345 you probably need to add the github secret to the action like its done in https://github.com/Yelp/nrtsearch/blob/master/.github/workflows/tagged_release.yml#L17 |
@sarthakn7 Yes, I think this would solve the issue. I added it in this commit before: 5c6acde However, another issue was raised that started failing builds. I tried to revert that commit but the error is still there. I'm still trying to figure out what caused the errors in the build. |
d585d81
to
de10259
Compare
de10259
to
9086b6b
Compare
This was fixed here: #476 |
With this it automatically commits the badge to the repo using
add-new-commit
after PR is merged.I have verified it's working on my fork: https://github.com/vim345/nrtsearch
It looks like
github-actions[bot]
cannot push commits to Yelp repos. I'm trying to see what bot I can use to do that.