Skip to content

Set deploy config to be updatable/deletable by default for CI/CD success #5

Set deploy config to be updatable/deletable by default for CI/CD success

Set deploy config to be updatable/deletable by default for CI/CD success #5

name: Create Zendesk ticket when an issue is labelled with makerx
on:
issues:
types: [labeled]
jobs:
issue_created:
uses: algorandfoundation/gh_zendesk_sync/.github/workflows/github_zendesk_issue_labelled.yml@main
with:
ZENDESK_TENANT_NAME: ${{ vars.ZENDESK_TENANT_NAME }}
ISSUE_LABEL: makerx
secrets:
ZENDESK_AUTH_TOKEN: ${{ secrets.ZENDESK_AUTH_TOKEN }}