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
Although the endpoints to list workflow jobs and artifacts used to be
accessible to anyone, now there is a 401 response code.
Previously we worked around this by changing the API version back to
v1.1, but now it's happening again for both versions. This apparently
happens often.
https://discuss.circleci.com/t/api-token-needed-to-fetch-artifacts/50881/3
So, it makes sense to just use a token. I've configured this in CircleCI
already.
(Another PR will be coming soon for the comment responder to fetch the
artifacts.)
0 commit comments