Skip to content

Commit

Permalink
change token requirement to true
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahim0814 committed Oct 17, 2019
1 parent b4c0b83 commit d5749ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -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
Expand All @@ -25,4 +25,4 @@ runs:
- ${{ inputs.token }}
- ${{ inputs.file }}
- ${{ inputs.flags }}


0 comments on commit d5749ba

Please sign in to comment.