Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

build(secrets): begin migration to secret manager from keystore #177

Merged
merged 1 commit into from
Jun 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: add config .gitattributes
Source-Author: Summer Ji <summerji@google.com>
Source-Date: Fri Jun 26 15:23:23 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: dc9caca650c77b7039e2bbc3339ffb34ae78e5b7
Source-Link: googleapis/synthtool@dc9caca
  • Loading branch information
yoshi-automation committed Jun 28, 2020
commit a58c2f33b2dcefebf51531169b8d068fc9edddf0
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.ts text eol=lf
*.js test eol=lf
protos/* linguist-generated
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-recaptcha-enterprise.git",
"sha": "52fe53d93402d247036b31badde5d57fa4f1ee78"
"sha": "fd52ed9ae9cc159c2b3915fcfc4a11ae1462ac4b"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "b10590a4a1568548dd13cfcea9aa11d40898144b"
"sha": "dc9caca650c77b7039e2bbc3339ffb34ae78e5b7"
}
}
],
Expand Down