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 #1

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 #1

Workflow file for this run

name: Solve zendesk ticket when the issue is closed
on:
issues:
types: [closed]
jobs:
issue_closed:
uses: algorandfoundation/gh_zendesk_sync/.github/workflows/github_zendesk_issue_closed.yml@main
with:
ZENDESK_TENANT_NAME: ${{ vars.ZENDESK_TENANT_NAME }}
ISSUE_LABEL: makerx
secrets:
ZENDESK_AUTH_TOKEN: ${{ secrets.ZENDESK_AUTH_TOKEN }}