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
Thanks @leofeyer, I think this is a side effect of this overarching issue. Although can be accepted in this manner, I don't think this is the right long term solution.
I'm going to close this, because I recommend following the issue above as it should alleviate the tokenless issue with forks.
I just noticed that the action always switches to tokenless upload when the PR is in a forked repo.
But the token is available in the forked repo, too, so the uploader could use it. It just does not seem to check this.
codecov-action/src/buildExec.ts
Lines 49 to 53 in a1504ae
Can you adjust this so that
isPullRequestFromFork()
is only called if there is no token?The text was updated successfully, but these errors were encountered: