Per Tillisch
Per Tillisch
Hi @aliphys. The token is only used for [GitHub API](https://docs.github.com/en/rest) requests. The operation that is failing is just a standard [`git clone`](https://git-scm.com/docs/git-clone), which doesn't use the GitHub API at all....
I am still able to reproduce this bug using the latest build (2.0.0-rc6-snapshot-522a5c6)
Hi @Lorandil. > I can retry with the latest nightly build if you think the problem has been fixed. Thanks for the offer, but that won't be necessary. I verified...
I believe it will be necessary to pull in https://github.com/arduino/tooling-project-assets/pull/469 (and adjust the repository secrets to reflect the change to the workflows) before a release can be made. I see...
We also need to pull in https://github.com/arduino/arduino-cli/pull/2732 before making a release. If that isn't done then the macOS release won't be notarized due to the regression introduced by pulling in...
Hi @marinoyh . Thanks for taking the time to submit an issue. I see we have another report about this at https://github.com/arduino-libraries/NTPClient/issues/190. It is best to have only a single...
@dependabot rebase
@dependabot recreate
@dependabot rebase
Please leave the issue open. The deficiency is still present. Here is a standalone demonstration: ```go package main import ( "os" "os/exec" "time" "github.com/go-git/go-git/v5" "github.com/go-git/go-git/v5/plumbing/object" ) func main() { //...