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

Allow JWT tokens #316

Closed
wants to merge 2 commits into from
Closed

Allow JWT tokens #316

wants to merge 2 commits into from

Conversation

zetaab
Copy link
Contributor

@zetaab zetaab commented Oct 20, 2023

As codecov/codecov-api#177 is merged, the token format can be either JWT or UUID.

This PR is blocked for another PR codecov/codecov-action#1054

@zetaab
Copy link
Contributor Author

zetaab commented Oct 31, 2023

@scott-codecov that one ci test is failing. However, at least I tried to remove all UUID checks. Is that CI job somehow using old CLI or how it works? Can that be skipped or what is the situation?

@zetaab
Copy link
Contributor Author

zetaab commented Oct 31, 2023

yeah looks like its loading current 0.4.0 version of CLI and trying tests against that. However, it cannot work because the uuid logic is removed in this PR.

@scott-codecov
Copy link
Contributor

scott-codecov commented Oct 31, 2023

@zetaab I think that failing CI step is OK - it's just trying to tell Codecov about the commit but since this PR is originating from a fork the action does not have access to the CODECOV_TOKEN stored in our GH action secrets:

codecovcli create-commit -t ${{ secrets.CODECOV_TOKEN }} --git-service github

I'm not sure why the actual test steps are not running though.

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