freemocap / skelly_viewer

MIT License
4 stars 1 forks source link

Add GH credentials to the `Bumpver` GH Action #17

Open jonmatthis opened 2 weeks ago

jonmatthis commented 2 weeks ago

The .github/workflows/bump_version_on_commit_to_main.yml action fails because of missing credentials.

e.g. this failed run - https://github.com/freemocap/skelly_viewer/actions/runs/10601758377/job/29382259688

I think there's a pretty easy way to add those creds using built in GH secrets (i.e. I don't think we need to make a whole new secret manually, like we do with the PYPI token in the pypi action)

We might want to merge this bumpver action with the pypi action when its working, or figure out how to compose them elegantly

philipqueen commented 2 weeks ago

I don't know if we need some further secret, but for now it was just failing because it needs a name and email set in git config. I made this change in #18