Skip to content

Commit 1805a53

Browse files
chore: update nightly samples cfg to include secret keys (#947)
* update nightly samples cfg to include secret keys * added owlbot ignore * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * added secret key Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 04a8d5a commit 1805a53

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

java-securitycenter/.kokoro/nightly/samples.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env_vars: {
2929

3030
env_vars: {
3131
key: "SECRET_MANAGER_KEYS"
32-
value: "java-docs-samples-service-account"
32+
value: "java-docs-samples-service-account,java-scc-samples-secrets"
3333
}
3434

3535
env_vars: {

java-securitycenter/owlbot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@
6666
s.remove_staging_dirs()
6767

6868
java.common_templates(excludes=[
69-
'.kokoro/presubmit/samples.cfg'
69+
'.kokoro/presubmit/samples.cfg',
70+
'.kokoro/nightly/samples.cfg'
7071
])

0 commit comments

Comments
 (0)