Skip to content

Commit

Permalink
INTMDB-775: Fix GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Apr 21, 2023
1 parent f849093 commit af6dedd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
ISSUE_BODY: ${{ github.event.issue.body }}
ISSUE_URL: ${{ github.event.issue.html_url }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
JIRA_ASSIGNEE: ${{ secrets.ASSIGNEE_JIRA_TICKET }}
run: |
json_response=$(curl --request POST \
--url 'https://jira.mongodb.org/rest/api/2/issue' \
Expand All @@ -42,7 +43,7 @@ jobs:
}
],
"assignee": {
"name": "'"${ASSIGNEE_JIRA_TICKET}"'"
"name": "'"${JIRA_ASSIGNEE}"'"
}
}
}')
Expand Down

0 comments on commit af6dedd

Please sign in to comment.