fix: use the oidc token

This commit is contained in:
Tom Hu 2024-10-22 11:10:43 -05:00
parent 3e57a0d77b
commit f745092156
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -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 }}