Fix typo in starter/typescript preset combination that appends deploy time upgradability #2
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: 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 }} |