Skip to content

Commit

Permalink
Update jira.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rstens authored Jan 15, 2021
1 parent b0e9731 commit a321167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
jiraHost: ${{ secrets.JIRA_HOST }}
jiraUsername: ${{ secrets.JIRA_USERNAME }}
jiraPassword: ${{ secrets.JIRA_PASSWORD }} # See https://id.atlassian.com/manage/api-tokens
jiraUsername: ${{ secrets.JIRA_USER_EMAIL }}
jiraPassword: ${{ secrets.JIRA_API_TOKEN }} # See https://id.atlassian.com/manage/api-tokens
project: BHBC
assignee: default_assignee

0 comments on commit a321167

Please sign in to comment.