diff --git a/action.yml b/action.yml index 5f3f14e..d72e21f 100644 --- a/action.yml +++ b/action.yml @@ -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 }}