Skip to content

Commit 6f1e054

Browse files
author
Phrase
committed
1 parent de5be10 commit 6f1e054

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
on:
2+
issue_comment:
3+
types: [created]
4+
jobs:
5+
issue_created:
6+
uses: phrase/zendesk-integration/.github/workflows/issue_commented.yml@main
7+
secrets:
8+
ZENDESK_BASIC_AUTH: ${{ secrets.ZENDESK_BASIC_AUTH }}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
on:
2+
issues:
3+
types: [opened]
4+
jobs:
5+
issue_created:
6+
uses: phrase/zendesk-integration/.github/workflows/issue_created.yml@main
7+
secrets:
8+
ZENDESK_BASIC_AUTH: ${{ secrets.ZENDESK_BASIC_AUTH }}

0 commit comments

Comments
 (0)