From 3bc50c8db55d572aeb3c65a6e4edc19f311e60f5 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Thu, 22 Jan 2026 15:32:01 -0500 Subject: [PATCH 1/2] https://github.com/googleapis/sdk-platform-java/pull/4067/changes --- .github/workflows/hermetic_library_generation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hermetic_library_generation.yaml b/.github/workflows/hermetic_library_generation.yaml index dcebab8bbc..72024c6855 100644 --- a/.github/workflows/hermetic_library_generation.yaml +++ b/.github/workflows/hermetic_library_generation.yaml @@ -36,7 +36,7 @@ jobs: if: env.SHOULD_RUN == 'true' with: fetch-depth: 0 - token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }} + token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }} - name: is applicable env: # set our branch names to be the names in the "origin" remote since we aren't actually checking these branches out @@ -82,4 +82,4 @@ jobs: with: base_ref: ${{ github.base_ref }} head_ref: ${{ github.head_ref }} - token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }} + token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }} From 613be14fe15c5c90173490305ee4a2449fd593dd Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Thu, 22 Jan 2026 20:34:51 +0000 Subject: [PATCH 2/2] chore: generate libraries at Thu Jan 22 20:32:42 UTC 2026 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40662dd1a7..7cfe2ff95a 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,12 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-storage - 2.61.0 + 2.62.0 com.google.cloud google-cloud-storage-control - 2.61.0 + 2.62.0 ```