robotology / how-to-document-modules

Scripts and templates to help you document your code nicely
https://robotology.github.io/how-to-document-modules
GNU General Public License v2.0
14 stars 11 forks source link

Migrate GitHub Actions script to use GITHUB_TOKEN #4

Closed traversaro closed 3 years ago

traversaro commented 3 years ago

The GitHub Actions script in this repo still make use SSH Deploy keys, and as far as I can see this usage propagate to several repos in the robotology organization and on research line organizations (cc @GiulioRomualdi).

However, as of 2021 there are much more user friendly ways of pushing to a branch, such as using the GITHUB_TOKEN, see for example:

We should eventually update this repo to use GITHUB_TOKEN as well, so that users that look to this repo for inspiration get to use the easiest option. Any volunteer for the task is welcome.

pattacini commented 3 years ago

Thanks @traversaro for pointing this out! I'll be opening up a PR.