mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 03:45:26 +00:00
change token requirement to true
This commit is contained in:
@@ -7,7 +7,7 @@ inputs:
|
||||
required: false
|
||||
token:
|
||||
description: 'Repository upload token - get it from codecov.io'
|
||||
required: false
|
||||
required: true
|
||||
file:
|
||||
description: 'Path to coverage file to upload'
|
||||
required: false
|
||||
@@ -25,4 +25,4 @@ runs:
|
||||
- ${{ inputs.token }}
|
||||
- ${{ inputs.file }}
|
||||
- ${{ inputs.flags }}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user