From a55b311ef7c7f9958d28930c94d20f4b1fd98b6d Mon Sep 17 00:00:00 2001 From: arinal Date: Sat, 14 Mar 2026 17:47:23 +0000 Subject: [PATCH 1/2] docs: fix Environment Variables table formatting in README Remove blank line that was breaking the markdown table into two separate tables. Co-Authored-By: Claude Sonnet 4.5 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 77fafb67..14b0fa5b 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,6 @@ All variables are optional. See [`.env.example`](.env.example) for a copy-paste |---|---| | `GOOGLE_WORKSPACE_CLI_TOKEN` | Pre-obtained OAuth2 access token (highest priority) | | `GOOGLE_WORKSPACE_CLI_CREDENTIALS_FILE` | Path to OAuth credentials JSON (user or service account) | - | `GOOGLE_WORKSPACE_CLI_CLIENT_ID` | OAuth client ID (alternative to `client_secret.json`) | | `GOOGLE_WORKSPACE_CLI_CLIENT_SECRET` | OAuth client secret (paired with `CLIENT_ID`) | | `GOOGLE_WORKSPACE_CLI_CONFIG_DIR` | Override config directory (default: `~/.config/gws`) | From f5d44fd212160d9d181e1c2bda9826d27b773f9f Mon Sep 17 00:00:00 2001 From: arinal Date: Sat, 14 Mar 2026 17:57:00 +0000 Subject: [PATCH 2/2] chore: trigger CLA recheck