You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CompatHelper now supports SSH deploy keys. The solution is to use an SSH deploy key. See the CompatHelper README for full details.
We do not recommend that you use a personal access token (PAT). SSH deploy keys are more secure than PATs. For example, a PAT has access to all of your repositories, but an SSH deploy key only has access to a single repository.
FYI, I noticed that I had to pass a custom token for GithHub Actions to work in the PRs created by CompatHelper.jl. See this PR tkf/BenchmarkCI.jl#27 before the commit configuring custom token and this one tkf/BenchmarkCI.jl#31 after. Maybe it is worth noting it in the manual?
I realized this when reading this note in the manual of create-pull-request action: https://github.com/peter-evans/create-pull-request#action-inputs
The text was updated successfully, but these errors were encountered: