Skip to content

Commit 274e9e6

Browse files
authored
ci: Add GitHub user ID 159580656 to CI allowlist (#2530)
1 parent eedef82 commit 274e9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/cdk/cdk/aws_lc_base_ci_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(
5151
codebuild.EventAction.PULL_REQUEST_REOPENED,
5252
# Temporarily allowlist the webhook to members of the Github team:
5353
# https://github.com/orgs/aws/teams/aws-lc-dev.
54-
).and_actor_account_is('(549813|3589880|11924508|25055813|38119460|41167468|50673096|66388554|69484052|103147162|107728331)'),
54+
).and_actor_account_is('(549813|3589880|11924508|25055813|38119460|41167468|50673096|66388554|69484052|103147162|107728331|159580656)'),
5555
codebuild.FilterGroup.in_event_of(
5656
codebuild.EventAction.PUSH
5757
).and_branch_is(GITHUB_PUSH_CI_BRANCH_TARGETS),

0 commit comments

Comments
 (0)