Skip to content

Commit e964d3c

Browse files
committed
Fix github action workflow
the workflow fails with `Error: Not authorized to perform sts:AssumeRoleWithWebIdentity` attempt to update aws-actions/configure-aws-credentials action to fix
1 parent a1950d6 commit e964d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install python dependencies
4848
run: pip install -r requirements.txt -r requirements-dev.txt
4949
- name: Assume AWS Role
50-
uses: aws-actions/configure-aws-credentials@v2
50+
uses: aws-actions/configure-aws-credentials@v4
5151
with:
5252
aws-region: ${{ inputs.aws-region }}
5353
role-to-assume: ${{ inputs.role-to-assume }}

0 commit comments

Comments
 (0)