Skip to content

Commit

Permalink
ci: update jira_create_issue action
Browse files Browse the repository at this point in the history
The "create-or-update-comment` action defaults to using the GITHUB_TOKEN, so we shouldn't need to worry about it.
  • Loading branch information
djzager authored May 24, 2022
1 parent dce6699 commit 4f6cad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/jira_create_issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Create comment
uses: peter-evans/create-or-update-comment@v1
with:
token: ${{ secrets.GH_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Automatically created Jira issue: ${{ steps.create.outputs.issue }}
Expand Down

0 comments on commit 4f6cad6

Please sign in to comment.