-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use CLOUD_JAVA_BOT_TOKEN
in generate_new_client.yaml
#10234
Conversation
Currently investigating:
From https://github.com/googleapis/google-cloud-java/actions/runs/7561708004/job/20590583313 edit: Can't reproduce locally - it probably depends on some will try a different approach to generate PR name |
It seems the problem is "--fill" option cli/cli#5896. If you explicitly specify title and body, it may work. |
I thought Cloud Java Bot was a collaborator, I'll check on that. We can always use edit: I added it as collaborator and I could create #10237, but I'll try edit 2: So the author of the PR can't be set by design. I modified the PR body message to mention the author and set the token back to CLOUD_JAVA_BOT_TOKEN |
CLOUD_JAVA_BOT_TOKEN
in generate_new_client.yamlCLOUD_JAVA_BOT_TOKEN
in generate_new_client.yaml
Some actions are failing in commands that require github authentication
#10179 (comment)
This includes
generate_new_client.yaml
. In this PR I try the Cloud Java Bot Github token to check whether this is a token expiration problemEdit: see one of the resulting PRs: #10238