You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# First assume GithubOIDCRole role, the trust relationship between GitHub and AWS is defined in IAM GithubOIDCRole in the organization account. This role has permissions to assume Deployer roles only.
177
177
- name: assume GithubOIDCRole
178
178
if: inputs.useOIDC == true
179
-
uses: aws-actions/configure-aws-credentials@v4
179
+
uses: aws-actions/configure-aws-credentials@v6
180
180
with:
181
181
aws-region: ${{ inputs.awsRegion }}
182
182
role-to-assume: ${{ inputs.githubOIDCRoleArn }}
@@ -189,7 +189,7 @@ jobs:
189
189
# Then assume Deployer role, which can be assumed by GithubOIDCRole and has all the permissions needed to deploy cloudformation stacks.
# First assume GithubOIDCRole role, the trust relationship between GitHub and AWS is defined in IAM GithubOIDCRole in the organization account. This role has permissions to assume Deployer roles only.
159
159
- name: assume GithubOIDCRole
160
160
if: inputs.useOIDC == true
161
-
uses: aws-actions/configure-aws-credentials@v4
161
+
uses: aws-actions/configure-aws-credentials@v6
162
162
with:
163
163
aws-region: ${{ inputs.awsRegion }}
164
164
role-to-assume: ${{ inputs.githubOIDCRoleArn }}
@@ -171,7 +171,7 @@ jobs:
171
171
# Then assume Deployer role, which can be assumed by GithubOIDCRole and has all the permissions needed to deploy cloudformation stacks.
# First assume GithubOIDCRole role, the trust relationship between GitHub and AWS is defined in IAM GithubOIDCRole in the organization account. This role has permissions to assume Deployer roles only.
213
213
- name: assume GithubOIDCRole
214
214
if: inputs.useOIDC == true
215
-
uses: aws-actions/configure-aws-credentials@v4
215
+
uses: aws-actions/configure-aws-credentials@v6
216
216
with:
217
217
aws-region: ${{ inputs.awsRegion }}
218
218
role-to-assume: ${{ inputs.githubOIDCRoleArn }}
@@ -225,7 +225,7 @@ jobs:
225
225
# Then assume Deployer role, which can be assumed by GithubOIDCRole and has all the permissions needed to deploy cloudformation stacks.
# First assume GithubOIDCRole role, the trust relationship between GitHub and AWS is defined in IAM GithubOIDCRole in the organization account. This role has permissions to assume Deployer roles only.
82
82
- name: assume GithubOIDCRole
83
83
if: inputs.useOIDC == true
84
-
uses: aws-actions/configure-aws-credentials@v4
84
+
uses: aws-actions/configure-aws-credentials@v6
85
85
with:
86
86
aws-region: ${{ inputs.awsRegion }}
87
87
role-to-assume: ${{ inputs.githubOIDCRoleArn }}
@@ -94,7 +94,7 @@ jobs:
94
94
# Then assume Deployer role, which can be assumed by GithubOIDCRole and has all the permissions needed.
0 commit comments