mirror of
https://github.com/gravitl/netmaker.git
synced 2025-12-11 14:57:29 +08:00
Net 1043 add issues to a kitemaker ticket. (#2924)
* send ticket to kitemaker * inherit secrets
This commit is contained in:
parent
ee6cdc604b
commit
2bd38def35
1 changed files with 15 additions and 0 deletions
15
.github/workflows/sendtokitemaker.yml
vendored
Normal file
15
.github/workflows/sendtokitemaker.yml
vendored
Normal 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
|
||||||
Loading…
Add table
Reference in a new issue