mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: use the oidc token
This commit is contained in:
parent
3e57a0d77b
commit
f745092156
1 changed files with 1 additions and 1 deletions
|
|
@ -199,6 +199,6 @@ runs:
|
|||
CC_SKIP_VALIDATION: ${{ inputs.skip_validation }}
|
||||
CC_SLUG: ${{ inputs.slug }}
|
||||
CC_SWIFT_PROJECT: ${{ inputs.swift_project }}
|
||||
CC_TOKEN: ${{ inputs.token }}
|
||||
CC_TOKEN: $CODECOV_TOKEN || ${{ inputs.token }}
|
||||
CC_VERBOSE: ${{ inputs.verbose }}
|
||||
CC_VERSION: ${{ inputs.version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue