convictional / trigger-workflow-and-wait

Trigger a workflow in another (or same) repository and wait for the job to finish.
MIT License
311 stars 151 forks source link

Use generated github token form pull_request comment #68

Closed bogaertg closed 1 year ago

bogaertg commented 1 year ago

Hi,

There is two Github API call in this action:

By design, Github token has access to pull_request comment I thin it's better to use autogenerated github token for pull request comments. Moreover, we didn't need comments pull request on remote repository.

What do you think about it ?

Here is test repo for my fork

Regards Gaetan

rabih commented 1 year ago

Pulled this in as part of #74.

Thank you for your contribution!!