Skip to content

BLT-5229: How to hook into artifact:build when using deploy command #93

BLT-5229: How to hook into artifact:build when using deploy command

BLT-5229: How to hook into artifact:build when using deploy command #93

Workflow file for this run

name: Sync GitHub issues to Jira
on:
issues:
types:
- opened
- closed
permissions:
issues: write
jobs:
jira:
uses: acquia/.github/.github/workflows/jira.yml@main
secrets:
jira-user-email: ${{ secrets.JIRA_USER_EMAIL }}
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}