We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CLOUD_JAVA_BOT_TOKEN
1 parent a51824b commit 1f9e632Copy full SHA for 1f9e632
.github/workflows/verify-client-generation.yaml
@@ -58,7 +58,7 @@ jobs:
58
--name-pretty="${API_PRETTY_NAME}" \
59
--product-docs="https://github.com/googleapis/google-cloud-java/tree/main/java-${API_SHORT_NAME}" \
60
--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
+ --googleapis-gen-url=https://cloud-java-bot:${{ secrets.CLOUD_JAVA_BOT_TOKEN }}@github.com/googleapis/googleapis-gen.git
62
- name: Push to branch (helpful for troubleshooting)
63
run: |
64
[ -z "`git config user.email`" ] && git config --global user.email "${USERNAME:-script}@google.com"
0 commit comments