From a814e3f24cd7e99269cbc872565b516592d93325 Mon Sep 17 00:00:00 2001 From: byteskeptical <40208858+byteskeptical@users.noreply.github.com> Date: Fri, 5 Jun 2026 05:01:46 +0000 Subject: [PATCH 1/2] fix for env typo on central username & password variables in publish workflow --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bd24261..8ba0042 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,8 +28,8 @@ jobs: java-package: 'jdk' java-version: '21' server-id: central - server-password: CRENTRAL_PASSWORD - server-username: CRENTRAL_USERNAME + server-password: CENTRAL_PASSWORD + server-username: CENTRAL_USERNAME - name: Publish to the Maven Central Repository run: mvn -B -P central -U deploy env: From 6da90304f3b8511fdbfbaed1e3930d2a3a98792f Mon Sep 17 00:00:00 2001 From: byteskeptical <40208858+byteskeptical@users.noreply.github.com> Date: Fri, 5 Jun 2026 05:04:53 +0000 Subject: [PATCH 2/2] format fix for bullet list --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd10058..bfaf37a 100644 --- a/README.md +++ b/README.md @@ -235,9 +235,9 @@ at once. Exact matches only. Attached files are handed back however your deployment prefers, set globally with the `file.transport` property or overridden per-request with `fileTransport`: -* `disk` ... written to the save location, whose path is returned in the response. -* `inline` ... base64 encoded straight into the response; nothing touches the disk. -* `none` ... skipped entirely; only the file's metadata comes back. +* `disk` written to the save location, whose path is returned in the response. +* `inline` base64 encoded straight into the response; nothing touches the disk. +* `none` skipped entirely; only the file's metadata comes back. ```sh Usage: java -jar credcat.jar [ -server | '{ "config": ".keeper/config.base64", "titles": ["RECORD_TITLE"], "uids": ["RECORD_UID"] }' ]