Skip to content

Commit 1aabf4d

Browse files
committed
chore: fix the build
1 parent 01a6783 commit 1aabf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/oidc/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
- name: assume oidc role
2828
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
2929
with:
30-
aws-region: ${{ vars.AWS_REGION }}
30+
aws-region: ${{ inputs.aws-region }}
3131
role-to-assume: ${{ inputs.role-for-oidc }}
3232
role-session-name: ${{ inputs.role-session-name }}
3333
role-duration-seconds: 900

0 commit comments

Comments
 (0)