Not recognizing inputs for configuring credentials #1158
Labels
bug
Something isn't working
closed-for-staleness
response-requested
Waiting on additional info and feedback. Will move to 'closing-soon' in 5 days.
Describe the bug
I am receiving an error in my action logs about an error:
> Run aws-actions/configure-aws-credentials@v4 with: audience: sts.amazonaws.com Error: Input required and not supplied: aws-region
However, here is my job step. I had it set with
${{ secrets.AWS_REGION }}
but that was failing as well, so I hard coded it.Here are the logs from that step. The secrets in question are all set properly. This was working previously then I moved it to a reusable workflow and that is when it started to fail.
Regression Issue
Expected Behavior
Expected it to configure the credentials successfully as it did previously
Current Behavior
> Run aws-actions/configure-aws-credentials@v4 with: audience: sts.amazonaws.com Error: Input required and not supplied: aws-region
Reproduction Steps
Possible Solution
No response
Additional Information/Context
The secrets in question are all set properly. This was working previously then I moved it to a reusable workflow and that is when it started to fail.
The text was updated successfully, but these errors were encountered: