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 }}
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
```