generate-plantuml-action icon indicating copy to clipboard operation
generate-plantuml-action copied to clipboard

GitHub Token

Open lukepighetti opened this issue 2 years ago • 1 comments

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.

lukepighetti avatar Jan 31 '22 18:01 lukepighetti

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

yarons avatar Sep 11 '23 06:09 yarons