Skip to content

Commit

Permalink
Merge pull request #38 from nyoungstudios/fix/action-input-schema
Browse files Browse the repository at this point in the history
set static_token as not required input, updates descriptions to show you can optionally use environment variables
  • Loading branch information
thomasrockhu-codecov authored Nov 4, 2024
2 parents a555dab + a3c6f75 commit 6f0bc36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'Codecov ATS'
description: 'GitHub Action that returns selected test labels from Codecov☂️ to CI'
description: 'GitHub Action that returns selected test labels from Codecov☂️ to CI'
inputs:
token:
description: 'Repository upload token - get it from codecov.io. Required'
description: 'Repository upload token - get it from codecov.io. Required or set it with the environment variable CODECOV_TOKEN'
required: false
static_token:
description: 'Repository static token - get it from codecov.io. Required'
required: true
description: 'Repository static token - get it from codecov.io. Required or set it with the environment variable CODECOV_STATIC_TOKEN'
required: false
enterprise_url:
description: 'Change the upload host (Enterprise use only)'
required: false
Expand Down

0 comments on commit 6f0bc36

Please sign in to comment.