Skip to content

Commit d5749ba

Browse files
authored
change token requirement to true
1 parent b4c0b83 commit d5749ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
required: false
88
token:
99
description: 'Repository upload token - get it from codecov.io'
10-
required: false
10+
required: true
1111
file:
1212
description: 'Path to coverage file to upload'
1313
required: false
@@ -25,4 +25,4 @@ runs:
2525
- ${{ inputs.token }}
2626
- ${{ inputs.file }}
2727
- ${{ inputs.flags }}
28-
28+

0 commit comments

Comments
 (0)