gnodet opened a new pull request, #13183: URL: https://github.com/apache/maven/pull/13183
The `secrets.GH_TOKEN` secret is not configured on apache/maven, causing `gh pr create` to fail with exit code 4 in the `update-lifecycle-plugins` workflow. Fall back to `github.token` so the workflow can create PRs when the secret is absent. Note: PRs opened with `github.token` won't auto-trigger CI (GitHub restriction on actions-created PRs). Adding `GH_TOKEN` as a repo/org secret with a PAT would restore that behaviour. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
