You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the same recently. I looks like a token authorization problem. the GITHUB_TOKEN does not seems to be sufficient for pushing the branch changeset-main from the github actions vm to the origin repo and open a versions PR.
I tried adding to the workflow the suggested contents: write permission, but that did not help.
permissions:
contents: write
Eventually I created a PAT - personal-access-token with permission for PR and code write. That fixed the problem for now
We had this problem for some time. As we observed, this occurred when the change set pr description is too long. There was an experimental config we were using to update the dependents of all changed packages, so it would update all dependents and add that info to change set pr, which made the pr description too big and caused $subject intermittently.
As a workaround, we removed using that experimental config and intermittent workflow failures didn't occur after that.
Im getting the following error intermittently in the github workflow changeset step.
My workflow file:
https://github.com/wso2/identity-apps/blob/master/.github/workflows/release-workflow.yml
The text was updated successfully, but these errors were encountered: