GoogleCloudPlatform / appengine-plugins

A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom user tools, etc.
Apache License 2.0
36 stars 25 forks source link

Fix `prepare-release.yml` CI job #929

Closed lqiu96 closed 1 year ago

lqiu96 commented 1 year ago

Previous invocations have resulted in this error (but shows as a successful job):

hub pull-request   -b master   -h release-v0.9.10   --no-edit   -m "release v0.9.10" -m "To be merged after the release is complete." -l "PR: Merge After Release"   || true
Error creating pull request: Unauthorized (HTTP 401)
Bad credentials

The branch and tags are created, but no PR is created. The PR can be created manually via the release version branch.

lqiu96 commented 1 year ago

This has been fixed by refreshing the token. Closing the issue.