We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85aab2 commit bdd4e89Copy full SHA for bdd4e89
1 file changed
.cirrus.yml
@@ -2,7 +2,11 @@ env:
2
IMAGE_SUFFIX: "c20250422t130822z-f42f41d13"
3
WINDOWS_AMI: "win-server-wsl-${IMAGE_SUFFIX}"
4
5
-aws_credentials: ENCRYPTED[1659bb9d94b525492b4cab3f3e9a2ad8708fd6c23e821818b59875bd9b521b11080ce1bf11dbd46876978e70a99ef118]
+aws_credentials:
6
+ role_arn: arn:aws:iam::449134212816:role/AssumeRoleForGithubRepo
7
+ role_session_name: cirrus # an identifier for the assumed role session
8
+ region: us-east-2 # region to use for calling the STS
9
+
10
11
win_test_task:
12
name: win_test
0 commit comments