netmaker/.github/workflows/sendtokitemaker.yml
Christopher Blaha 2bd38def35
Net 1043 add issues to a kitemaker ticket. (#2924)
* send ticket to kitemaker

* inherit secrets
2024-05-17 12:48:44 +05:30

15 lines
364 B
YAML

name: Send to Kitemaker
on:
issues:
types: opened
jobs:
send-ticket:
uses: gravitl/devops/.github/workflows/makekitemakerticket.yml@master
with:
title: ${{ github.event.issue.title }}
body: ${{ github.event.issue.body }}
repo_name: ${{ github.event.repository.name }}
secrets: inherit