-
Notifications
You must be signed in to change notification settings - Fork 179
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
Upgrade manubot to fix pubmed API calls. #485
Comments
Hmm "Upgrade Manubot to fix pubmed API calls." is the commit message for b7a5c3f (the latest commit), but isn't an actual error that Manubot issues. |
Yes, its Commit [b7a5c3f]. It is failing for my newer repositories but worked fine on the old repositories. |
Can you copy the GitHub Actions log and and paste it here? Will be helpful to see more about the error and the messages proceeding it. |
Here it is:
Manubot did copy the the template into my repository. However GHActions is not working. I |
In addition for an organization repository, I receive this error:
|
Regarding "Write access to repository not granted", if you go to If you add the following to permissions:
contents: write We should probably add this to rootstock, but would be good if you can confirm it fixes the problem.
Looks like the organization has a setting that blocks the |
refs #485 (comment) Some users might have their repository workflow permissions set to read only. This change should ensure the workflow job can write commits back to the output and gh-pages branches on GitHub.
refs manubot/rootstock#485 (comment) Some users might have their repository workflow permissions set to read only. This change should ensure the workflow job can write commits back to the output and gh-pages branches on GitHub.
Hello,
I have been successful in using Manubot for previous repositories. However, when setting up a new repository using
bash <( curl --location https://github.com/manubot/rootstock/raw/main/setup.bash )
, I receive this error in Github Actions: Upgrade Manubot to fix pubmed API calls.Also, I do not need pubmed for this work.
Thank you.
The text was updated successfully, but these errors were encountered: