Skip to content

Commit dce6699

Browse files
authored
ci: update jira action to drop email
the jira email isn't needed so don't use it
1 parent 5175bb7 commit dce6699

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/jira_create_issue.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
issuetype: Bug
2020
summary: ${{ github.event.issue.title }}
2121
labels: community
22-
jiraEmail: ${{ secrets.JIRA_USER_EMAIL }}
2322
jiraToken: ${{ secrets.JIRA_API_TOKEN }}
2423
description: |
2524
${{ github.event.issue.body }}

0 commit comments

Comments
 (0)