ashkan18 / graphlient

Ruby GraphQL Client
MIT License
251 stars 43 forks source link

fix: update GHA for danger with right permissions #91

Closed QQism closed 2 years ago

QQism commented 2 years ago

By default, GITHUB_TOKEN from a fork repository doesn't have write permission to the current pull request, so we have to use a personal token.

See: https://github.com/ashkan18/graphlient/pull/89#discussion_r889719956

dblock commented 2 years ago

Thanks!