Skip to content

Commit 4f6cad6

Browse files
authored
ci: update jira_create_issue action
The "create-or-update-comment` action defaults to using the GITHUB_TOKEN, so we shouldn't need to worry about it.
1 parent dce6699 commit 4f6cad6

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
@@ -27,7 +27,6 @@ jobs:
2727
- name: Create comment
2828
uses: peter-evans/create-or-update-comment@v1
2929
with:
30-
token: ${{ secrets.GH_TOKEN }}
3130
issue-number: ${{ github.event.issue.number }}
3231
body: |
3332
Automatically created Jira issue: ${{ steps.create.outputs.issue }}

0 commit comments

Comments
 (0)