Skip to content

Commit 15c130d

Browse files
author
Patrick Glinsman
committed
Changed pubsub topic name
1 parent 46029b6 commit 15c130d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.kokoro/secrets-example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export GOOGLE_PUBSUB_TOPIC=php-example-topic
102102

103103
# Security Center
104104
export GOOGLE_ORGANIZATION_ID=
105-
export GOOGLE_TOPIC_ID=
105+
export GOOGLE_SECURITYCENTER_PUBSUB_TOPIC=
106106

107107
# Spanner
108108
export GOOGLE_SPANNER_INSTANCE_ID=

securitycenter/test/SecurityCenterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private static function getOrganizationId()
117117

118118
private static function getTopicName()
119119
{
120-
return self::requireEnv('GOOGLE_TOPIC_ID');
120+
return self::requireEnv('GOOGLE_SECURITYCENTER_PUBSUB_TOPIC');
121121
}
122122

123123
private static function randomNotificationId()

0 commit comments

Comments
 (0)