Skip to content

Commit 3acf040

Browse files
authored
Add zendesk integration (#53)
1 parent ae86c62 commit 3acf040

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

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)