We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86d16dd + 3f2cf3f commit 2dfe72aCopy full SHA for 2dfe72a
1 file changed
.github/workflows/scenario-ci.yml
@@ -103,6 +103,9 @@ jobs:
103
aws-region: us-east-1
104
role-duration-seconds: 21600
105
role-chaining: true
106
+ # The default session-tag attempt requires sts:TagSession in the
107
+ # target role's trust policy, which CIDeployRole doesn't grant.
108
+ role-skip-session-tagging: true
109
110
- name: Deploy scenario stack
111
id: deploy
0 commit comments