paketo-buildpacks / tini

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failure: Update Dependencies workflow

github-actions opened this issue · comments

Update Dependencies From Metadata workflow failed.

We appear to be getting intermittent 403 responses back from GitHub. When I look at another one of our GitHub dependencies, yarn, I can see it experiencing the same issues. The output from the yarn failures points out that the requests are unauthenticated. It would probably reduce these intermittent failures if we made these requests using an API token.

403 getting asset from GitHub. Subsequent runs passed.

Looks like intermitted 403s - possible due to not being authenticated with Github. There's not enough information in the logs to be sure which endpoint is returning a 403:

go: downloading gopkg.in/warnings.v0 v0.1.2
2023/02/20 01:46:12 received a non 200 status code: status code 403 received
exit status 1
make: *** [Makefile:4: retrieve] Error 1
Error: Process completed with exit code 2.