The workflow currently uses the token generated by the action to trigger pull requests; this doesn't work correctly because tokens provided to workflows cannot be used to trigger further workflows (in particular, the tests that are required for merging PRs).
The workflow currently uses the token generated by the action to trigger pull requests; this doesn't work correctly because tokens provided to workflows cannot be used to trigger further workflows (in particular, the tests that are required for merging PRs).
Reference: https://github.com/rancherlabs/eio/issues/2172