From 5a40385671da509c345a6b1a7525e6b064c7febd Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Sun, 12 Jul 2026 20:06:25 +1000 Subject: [PATCH] Set up a8c-secrets Won't be used just yet. Just getting ahead with the work. See https://linear.app/a8c/issue/AINFRA-2686 --- .a8c-secrets/keys.pub | 4 ++++ .a8c-secrets/repo-id | 1 + .github/CODEOWNERS | 1 + 3 files changed, 6 insertions(+) create mode 100644 .a8c-secrets/keys.pub create mode 100644 .a8c-secrets/repo-id diff --git a/.a8c-secrets/keys.pub b/.a8c-secrets/keys.pub new file mode 100644 index 000000000..9461f449b --- /dev/null +++ b/.a8c-secrets/keys.pub @@ -0,0 +1,4 @@ +# dev +age1dk9rnd8cjusz4x0fxytc4rmc0v5afjhxg70jzspltp4n0m4kuyds220ufg +# ci +age1t5xxn4224frdmz40w345ms528eukkgx826nnvve9kj0uvfhkfu3q2u5zzn diff --git a/.a8c-secrets/repo-id b/.a8c-secrets/repo-id new file mode 100644 index 000000000..b085b1498 --- /dev/null +++ b/.a8c-secrets/repo-id @@ -0,0 +1 @@ +simplenote-android@github.com@automattic diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index eb9f398f0..a490916bc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,3 +17,4 @@ Dangerfile* @Automattic/apps-infra-tooling # Secrets .configure-files/ @Automattic/apps-infra-tooling +.a8c-secrets/ @Automattic/apps-infra-tooling