Skip to content

Commit

Permalink
Net 1043 (#780)
Browse files Browse the repository at this point in the history
* send to kitemaker ticket

* inherit secrets
  • Loading branch information
theguy951357 authored May 17, 2024
1 parent 6256682 commit 48279ed
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sendtokitemaker.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 48279ed

Please sign in to comment.