Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: token for CircleCI artifacts #1001

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

aliciaaevans
Copy link
Contributor

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.)

Copy link
Contributor

@martin-g martin-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@aliciaaevans aliciaaevans merged commit a5882cc into master Jun 18, 2024
9 checks passed
@aliciaaevans aliciaaevans deleted the circleci-credentials branch June 18, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants