-
Notifications
You must be signed in to change notification settings - Fork 57
Fix update readme workflow #894
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
Comments
Ran a test in a personal repository to verify an access token with https://github.com/lucasrod16/update-dockerhub-description-test/actions/runs/13078426464/job/36496180268#step:3:11 ![]() |
came up in ticket 115766 |
We determined the permissions errors to be a result of our switch from using a PAT for image management to using an OAT. There is currently a ticket open for the action for OAT support. I was able to progress past the initial authentication issue in a PR, but it seems OATs may lack the proper permissions to update repositories. Unfortunately, the endpoint being hit for repository updates doesn't even appear to be public. |
The workflow that keeps dockerhub image descriptions in sync with readmes is failing. It would be nice to have this automation working so that dockerhub image descriptions stay updated with changes to source readmes in this repository.
https://github.com/rstudio/rstudio-docker-products/actions/workflows/update-readme.yaml
There are currently two causes of the failures:
there are no readmes in the
content/base
andcontent/pro
directories which causes thepeter-evans/dockerhub-description
github action to fail with the following errors:content/README.md
that documents both thebase
andpro
imagesthe rest of the errors are
Forbidden
errors. these are likely caused by the dockerhub access token having insufficient permissionspassword
input for thepeter-evans/dockerhub-description
github action must haveread/write/delete
scope. https://github.com/peter-evans/dockerhub-description?tab=readme-ov-file#action-inputspeter-evans/dockerhub-description#10
peter-evans/dockerhub-description#248
The text was updated successfully, but these errors were encountered: