Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit fa90bf5

Browse files
committed
ci: use CLOUD_JAVA_BOT_GITHUB_TOKEN
The old secret has been deleted. Let's use the new one. b/509523021
1 parent 77952d2 commit fa90bf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hermetic_library_generation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
if: env.SHOULD_RUN == 'true'
3737
with:
3838
fetch-depth: 0
39-
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
39+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
4040
- uses: googleapis/google-cloud-java/sdk-platform-java/.github/scripts@google-cloud-shared-dependencies/v3.61.0
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
image_tag: latest
4444
base_ref: ${{ github.base_ref }}
4545
head_ref: ${{ github.head_ref }}
46-
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
46+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)