rust-lang / rust-forge

Information useful to people contributing to Rust

Home Page:https://forge.rust-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Cloudfront validation

XAMPPRocky opened this issue · comments

I noticed deployments were failing over the weekend, I've fixed the other issues but we now seem to be stuck on the aws command suddenly failing. I can't seem to tell why, it just prints the python object address.

- run: aws cloudfront create-invalidation --distribution-id E12A3GKHZSREHP --paths "/*"
if: github.ref == 'refs/heads/master'
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

<botocore.awsrequest.AWSRequest object at 0x7fc6acc81fa0>
Error: Process completed with exit code 255.

https://github.com/rust-lang/rust-forge/runs/2778411930?check_suite_focus=true