Skip to content

Commit

Permalink
set static_token as requierd to false and update description
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungstudios authored Nov 1, 2024
1 parent a555dab commit a3c6f75
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 a3c6f75

Please sign in to comment.