Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Fix typo in generators copier.yaml to be able to execute the copier task that informs about successful execution #12

Fix typo in generators copier.yaml to be able to execute the copier task that informs about successful execution

Fix typo in generators copier.yaml to be able to execute the copier task that informs about successful execution #12

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 }}