@@ -22,6 +22,8 @@ Parameters:
22
22
Type : String
23
23
Description : A prefix that will be applied to any names
24
24
Default : DDBEC-Dafny
25
+ # This parameter is no longer used.
26
+ # However removing it causes CloudFormation indigestion
25
27
GitHubRepo :
26
28
Type : String
27
29
Description : GitHub Repo that invokes CI
@@ -315,7 +317,10 @@ Resources:
315
317
"token.actions.githubusercontent.com:aud": "sts.amazonaws.com"
316
318
},
317
319
"StringLike": {
318
- "token.actions.githubusercontent.com:sub": "repo:${GitHubRepo}:*"
320
+ "token.actions.githubusercontent.com:sub": [
321
+ "repo:aws/aws-database-encryption-sdk-dynamodb-java:*",
322
+ "repo:aws/private-aws-database-encryption-sdk-dynamodb-java-staging:*"
323
+ ]
319
324
}
320
325
}
321
326
},
@@ -366,7 +371,10 @@ Resources:
366
371
"token.actions.githubusercontent.com:aud": "sts.amazonaws.com"
367
372
},
368
373
"StringLike": {
369
- "token.actions.githubusercontent.com:sub": "repo:${GitHubRepo}:*"
374
+ "token.actions.githubusercontent.com:sub": [
375
+ "repo:aws/aws-database-encryption-sdk-dynamodb-java:*",
376
+ "repo:aws/private-aws-database-encryption-sdk-dynamodb-java-staging:*"
377
+ ]
370
378
}
371
379
}
372
380
},
@@ -417,7 +425,10 @@ Resources:
417
425
"token.actions.githubusercontent.com:aud": "sts.amazonaws.com"
418
426
},
419
427
"StringLike": {
420
- "token.actions.githubusercontent.com:sub": "repo:${GitHubRepo}:*"
428
+ "token.actions.githubusercontent.com:sub": [
429
+ "repo:aws/aws-database-encryption-sdk-dynamodb-java:*",
430
+ "repo:aws/private-aws-database-encryption-sdk-dynamodb-java-staging:*"
431
+ ]
421
432
}
422
433
}
423
434
},
0 commit comments