We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b76db7 + 5535154 commit 1732d84Copy full SHA for 1732d84
src/index.js
@@ -71,7 +71,7 @@ async function main(args) {
71
let token = validateHelpers.validateToken(args.token) ? args.token : ''
72
if (token === '') {
73
token = process.env.CODECOV_TOKEN || ''
74
- token = validateHelpers.validateToken(process.env.CODECOV_TOKEN)
+ token = validateHelpers.validateToken(token)
75
? process.env.CODECOV_TOKEN
76
: ''
77
}
0 commit comments