Force tokens to be required

This commit is contained in:
Tom Hu 2024-01-17 14:05:02 -08:00 committed by GitHub
parent c256d56669
commit 61aa29cbd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,8 +3,8 @@ description: 'GitHub Action that uploads coverage reports for your repository to
author: 'Ibrahim Ali <@ibrahim0814> & Thomas Hu <@thomasrockhu> | Codecov'
inputs:
token:
description: 'Repository upload token - get it from codecov.io. Required only for private repositories'
required: false
description: 'Repository upload token - get it from codecov.io. Tokens should be added as a repository or organization secret (e.g. https://github.com/{owner}/{repo}/settings/secrets/actions).'
required: true
file:
description: 'Path to coverage file to upload'
required: false