Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix push.yaml GH Action #52

Closed
rickecon opened this issue Sep 7, 2023 · 2 comments · Fixed by #55
Closed

Fix push.yaml GH Action #52

rickecon opened this issue Sep 7, 2023 · 2 comments · Fixed by #55
Labels
bug Something isn't working

Comments

@rickecon
Copy link
Collaborator

rickecon commented Sep 7, 2023

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.
FiscalSimError

cc: @ss7886

@rickecon rickecon added the bug Something isn't working label Sep 7, 2023
@rickecon
Copy link
Collaborator Author

rickecon commented Sep 8, 2023

@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.

@rickecon
Copy link
Collaborator Author

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.

@rickecon rickecon linked a pull request Sep 20, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant