Skip to content

Commit

Permalink
fix: allow for oidc token
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Mar 17, 2024
1 parent a15c0e4 commit 6618874
Show file tree
Hide file tree
Showing 7 changed files with 304 additions and 244 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@typescript-eslint"
],
"rules": {
"max-len": ["error", { "code": 120 }],
"linebreak-style": 0
}
}
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ inputs:
use_legacy_upload_endpoint:
description: 'Use the legacy upload endpoint'
required: false
use_oidc:
description: 'Use OIDC instead of token. This will ignore any token supplied'
required: false
verbose:
description: 'Specify whether the Codecov output should be verbose'
required: false
Expand Down

0 comments on commit 6618874

Please sign in to comment.