Net 1043 add issues to a kitemaker ticket. (#2924)

* send ticket to kitemaker

* inherit secrets
This commit is contained in:
Christopher Blaha 2024-05-17 03:18:44 -04:00 committed by GitHub
parent ee6cdc604b
commit 2bd38def35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

15
.github/workflows/sendtokitemaker.yml vendored Normal file
View file

@ -0,0 +1,15 @@
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