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
The GitHub Action push.yaml is breaking right now. It runs after a PR is merged. It currently broke after PR #32 was merged today. It is breaking in the "Checkout repo" step of the "Update versioning" job. It is having some kind of trouble with authorization.
@ss7886. I thought it might fix it to update the GH Action for checking out the repo actions/checkout@v4 in the pr.yaml and push.yaml files in PR #54. But that did not work. The tests in the updated pr.yaml file run and pass. But I still have the same errors as above in the push.yaml "Checkout repo" step (see this CI error page). It must be an issue with the permissions or GitHub token used in the push.yaml GH Action.
I decided to remove the automatic versioning that was in pr.yaml and push.yaml. I replaced those files with more compartmentalized GH Actions. This Issue is resolved by PR #55.
The GitHub Action
push.yaml
is breaking right now. It runs after a PR is merged. It currently broke after PR #32 was merged today. It is breaking in the "Checkout repo" step of the "Update versioning" job. It is having some kind of trouble with authorization.cc: @ss7886
The text was updated successfully, but these errors were encountered: