dbbs-lab / bsb-core

The Brain Scaffold Builder
https://bsb.readthedocs.io
GNU General Public License v3.0
21 stars 16 forks source link

Permissions needed for auto commit #871

Closed filimarc closed 3 months ago

filimarc commented 3 months ago

Describe the work done

The auto-commit PR failed on bump action, it seemed that it lacks the permits to commit and push on main. I have found that in the pull request demo they use a line for: # Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.

It still need to be tested properly.

Tasks

[X] Added tests