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: 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"] }' ]