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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |