Skip to content

Commit 1f9e632

Browse files
chore: update verify-client-generation.yaml to use CLOUD_JAVA_BOT_TOKEN (googleapis#10496)
1 parent a51824b commit 1f9e632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-client-generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
--name-pretty="${API_PRETTY_NAME}" \
5959
--product-docs="https://github.com/googleapis/google-cloud-java/tree/main/java-${API_SHORT_NAME}" \
6060
--api-description="${API_PRETTY_NAME} Client lets you use ${API_PRETTY_NAME} API." \
61-
--googleapis-gen-url=https://yoshi-approver:${{ secrets.YOSHI_APPROVER_PRIVATE_TOKEN }}@github.com/googleapis/googleapis-gen.git
61+
--googleapis-gen-url=https://cloud-java-bot:${{ secrets.CLOUD_JAVA_BOT_TOKEN }}@github.com/googleapis/googleapis-gen.git
6262
- name: Push to branch (helpful for troubleshooting)
6363
run: |
6464
[ -z "`git config user.email`" ] && git config --global user.email "${USERNAME:-script}@google.com"

0 commit comments

Comments
 (0)