readthedocs / readthedocs-docker-images

Docker image definitions used by Read the Docs
115 stars 70 forks source link

Upload build tools to AWS fails #191

Closed humitos closed 1 year ago

humitos commented 1 year ago

See https://app.circleci.com/pipelines/github/readthedocs/readthedocs-docker-images/264/workflows/900786a7-f65d-44fa-b915-dbcdea8b7eee/jobs/466

@agjohnson I think there are some credential missings in CircleCI.

agjohnson commented 1 year ago

I already rotated the new keys in a while back, and didn't change permissions. Not sure what would be the case here.

humitos commented 1 year ago

There is a user asking for a newer version of Rust. I'll see if I can grab some time to do this and make that user happy 😊

humitos commented 1 year ago

It seems there was an environment variable missing. A typo actually. We are using ORG_AWS_ACCESS_KEY_ID in the script, and the variables was named ORG_AWS_ACCESS_KEY

humitos commented 1 year ago

It worked. It seems that was the only issue here. All the compiled versions were uploaded successfully to S3 💯