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
I think this was working for some time and recently started failing without the test yml having changed. Various attempts to change how/when the token is passed/presented (using 'export in the script', using 'env' to set the environment) have not worked.
Presumably github have changed something so the supplied CI token cannot be exported/used in a call out to an http GET header.
I'm not 100% sure if it's the same issue, but I've been seeing similar errors when I do a deb-get update or try to install one of the github releases. I found that there's a write permission issue when it tries to save the cache file.
It looks like it may have started with commit 76a3018.
Mandatory CI tests on PRs for github-sourced apps seem to no longer be getting authenticated via token so all fail :-(
affects #1197 #1218 #1220 #1222
I think this was working for some time and recently started failing without the test yml having changed. Various attempts to change how/when the token is passed/presented (using 'export in the script', using 'env' to set the environment) have not worked.
Presumably github have changed something so the supplied CI token cannot be exported/used in a call out to an http GET header.
Originally posted by @philclifford in #1222 (comment)
The text was updated successfully, but these errors were encountered: