Skip to content

Commit

Permalink
chore: update verify-client-generation.yaml to use `CLOUD_JAVA_BOT_TO…
Browse files Browse the repository at this point in the history
…KEN` (#10496)
  • Loading branch information
diegomarquezp authored Mar 7, 2024
1 parent a51824b commit 1f9e632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-client-generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
--name-pretty="${API_PRETTY_NAME}" \
--product-docs="https://github.com/googleapis/google-cloud-java/tree/main/java-${API_SHORT_NAME}" \
--api-description="${API_PRETTY_NAME} Client lets you use ${API_PRETTY_NAME} API." \
--googleapis-gen-url=https://yoshi-approver:${{ secrets.YOSHI_APPROVER_PRIVATE_TOKEN }}@github.com/googleapis/googleapis-gen.git
--googleapis-gen-url=https://cloud-java-bot:${{ secrets.CLOUD_JAVA_BOT_TOKEN }}@github.com/googleapis/googleapis-gen.git
- name: Push to branch (helpful for troubleshooting)
run: |
[ -z "`git config user.email`" ] && git config --global user.email "${USERNAME:-script}@google.com"
Expand Down

0 comments on commit 1f9e632

Please sign in to comment.