Skip to content

Use of this library as a library (rather than CLI) #57

Use of this library as a library (rather than CLI)

Use of this library as a library (rather than CLI) #57

name: Add comment to zendesk ticket on GitHub issue commented
on:
issue_comment:
types: [created]
jobs:
issue_closed:
uses: algorandfoundation/gh_zendesk_sync/.github/workflows/github_zendesk_issue_commented.yml@main
with:
ZENDESK_TENANT_NAME: ${{ vars.ZENDESK_TENANT_NAME }}
ISSUE_LABEL: makerx
secrets:
ZENDESK_AUTH_TOKEN: ${{ secrets.ZENDESK_AUTH_TOKEN }}