grassedge / generate-plantuml-action

Generate uml diagrams with Plantuml Server and push them to your repository.
MIT License
107 stars 170 forks source link

GitHub Token #26

Open lukepighetti opened 2 years ago

lukepighetti commented 2 years ago

Are there any technical reasons why generate-plantuml-action needs access to a GitHub token?

I have seen GitHub actions that commit to the repo without having access to the GitHub token.

yarons commented 1 year ago

It should try accessing the new ${{ secrets.GITHUB_TOKEN }}, otherwise it's not working.