Skip to content

Commit daaa260

Browse files
dnys1Dillon Nys
authored andcommitted
ci: Fix AWS credentials retrieval (#3613)
ci: Fix AWS credentials Bumps the `configure-aws-credentials` action so that we no longer receive this error: ``` Assuming role with OIDC Error: Could not assume role with OIDC: SecretAccessKey contains special characters. ```
1 parent c383ab9 commit daaa260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/composite_actions/fetch_backends/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
using: "composite"
2323
steps:
2424
- name: Configure AWS credentials
25-
uses: aws-actions/configure-aws-credentials@ef93a73b1313f148011965ef7361f667f371f58b # 3.0.0
25+
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0 # 3.0.1
2626
with:
2727
role-to-assume: ${{ inputs.role-to-assume }}
2828
aws-region: ${{ inputs.aws-region }}

.github/composite_actions/log_metric/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
using: "composite"
2626
steps:
2727
- name: Configure AWS credentials
28-
uses: aws-actions/configure-aws-credentials@ef93a73b1313f148011965ef7361f667f371f58b # 3.0.0
28+
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0 # 3.0.1
2929
with:
3030
role-to-assume: ${{ inputs.role-to-assume }}
3131
aws-region: ${{ inputs.aws-region }}

0 commit comments

Comments
 (0)