Skip to content

Commit

Permalink
use legacy configure-aws-credentials action for glue docker
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Dec 12, 2024
1 parent 69b612f commit 7f3426f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
options: "--user root"
steps:
- name: Assume AWS role
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ vars.AWS_CREDENTIALS_IAM_ROLE }}
aws-region: "us-east-1"
Expand Down

0 comments on commit 7f3426f

Please sign in to comment.