Skip to content

Commit af6dedd

Browse files
INTMDB-775: Fix GitHub Action
1 parent f849093 commit af6dedd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/issues.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
ISSUE_BODY: ${{ github.event.issue.body }}
2121
ISSUE_URL: ${{ github.event.issue.html_url }}
2222
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
23+
JIRA_ASSIGNEE: ${{ secrets.ASSIGNEE_JIRA_TICKET }}
2324
run: |
2425
json_response=$(curl --request POST \
2526
--url 'https://jira.mongodb.org/rest/api/2/issue' \
@@ -42,7 +43,7 @@ jobs:
4243
}
4344
],
4445
"assignee": {
45-
"name": "'"${ASSIGNEE_JIRA_TICKET}"'"
46+
"name": "'"${JIRA_ASSIGNEE}"'"
4647
}
4748
}
4849
}')

0 commit comments

Comments
 (0)