Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/tag-tickets-with-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ on:
type: boolean
required: false
default: false
jira-username:
description: "The JIRA username to tag the release."
type: string
required: true
secrets:
llm-api-token:
description: "A valid LLM API token to be used by the action."
required: true
jira-username:
description: "The JIRA username to tag the release."
required: true
jira-api-token:
description: "A valid JIRA API token to be used by the action."
required: true
Expand Down Expand Up @@ -65,7 +64,7 @@ jobs:
description: ${{ steps.llm_action.outputs.response }}
target-branch: ${{ inputs.target-branch }}
jira-token: ${{ secrets.jira-api-token }}
jira-email: ${{ inputs.jira-username }}
jira-email: ${{ secrets.jira-username }}
jira-domain: ${{ inputs.jira-domain }}
dry-run: ${{ inputs.dry-run }}
is-release: ${{ inputs.is-release }}