From f7450921567f0a8b2b1fb75d276f9ea8cf3f47fb Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 22 Oct 2024 11:10:43 -0500 Subject: [PATCH] fix: use the oidc token --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}