Skip to content

Commit

Permalink
chore: update nightly samples cfg to include secret keys (#947)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Sita04 and gcf-owl-bot[bot] authored Oct 13, 2022
1 parent 04a8d5a commit 1805a53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-securitycenter/.kokoro/nightly/samples.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env_vars: {

env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-docs-samples-service-account"
value: "java-docs-samples-service-account,java-scc-samples-secrets"
}

env_vars: {
Expand Down
3 changes: 2 additions & 1 deletion java-securitycenter/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
s.remove_staging_dirs()

java.common_templates(excludes=[
'.kokoro/presubmit/samples.cfg'
'.kokoro/presubmit/samples.cfg',
'.kokoro/nightly/samples.cfg'
])

0 comments on commit 1805a53

Please sign in to comment.