Skip to content

Commit

Permalink
fix: don't strictly require all tracker API tokens
Browse files Browse the repository at this point in the history
This change allows to pass only some tokens
  • Loading branch information
jamacku committed Feb 13, 2024
1 parent 9e03fae commit fb5ef1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ inputs:
required: false
description: Pull Request metadata

# At least one of the following tracker API tokens is required
bugzilla-api-token:
required: true
required: false
description: Bugzilla API Token
jira-api-token:
required: true
required: false
description: Jira API Token
token:
required: true
Expand Down

0 comments on commit fb5ef1a

Please sign in to comment.