Amazon web services – Github actions Configure AWS credentials Error: The security token included in the request is invalid
I am trying to setup a Github Actions workflow that automatically builds a docker image from my repo and pushes it to Amazon ECR. Here is my code for aws.yml, which is based on this tutorial by github here. name:…