Skip to content

Commit f15335f

Browse files
chore: Allow CodeBuild access to GH CI bot
1 parent a93ffe7 commit f15335f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cfn/ESDK-Python.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ Resources:
302302
"Effect": "Allow",
303303
"Resource": [
304304
"arn:aws:secretsmanager:us-west-2:587316601012:secret:TestPyPiCryptoTools-SxeLBh",
305-
"arn:aws:secretsmanager:us-west-2:587316601012:secret:PyPiAdmin-ZWyd1T"
305+
"arn:aws:secretsmanager:us-west-2:587316601012:secret:PyPiAdmin-ZWyd1T",
306+
"arn:aws:secretsmanager:us-west-2:587316601012:secret:Github/aws-crypto-tools-ci-bot-AGUB3U"
306307
],
307308
"Action": "secretsmanager:GetSecretValue"
308309
}

0 commit comments

Comments
 (0)